BLOGRON COMMUNITY

Discussion => WordPress => Topic started by: mostak.apu on September 19, 2016, 01:08:27 AM

Title: Redux framework custom fields and extensions
Post by: mostak.apu on September 19, 2016, 01:08:27 AM
Hi,
I need help to add custom field and extensions on redux framework, please with some coding example.
Yours sincerely
Md. Mostak Shahid
Title: Re: Redux framework custom fields and extensions
Post by: DJ RONY on October 03, 2016, 02:24:19 AM
I am not clear about your request of coding example. The doc files are mostly for devs and if you want to add into certain template you can ask in the respective author's forum.

See here: http://stackoverflow.com/questions/25181136/create-a-new-custom-field-option-in-redux-wordpress-framework

This is how you add custom fields.

The extension you need to load is: https://github.com/ReduxFramework/extension-boilerplate

The loader you want: https://github.com/ReduxFramework/redux-extensions-loader

the order is Loader >> Extension.

Adding custom fields help is here: https://docs.reduxframework.com/core/advanced/add-a-custom-field/