Configure Redux option framework into your WordPress theme Part 1
– Download redux from this link https://redux.io/
– Extract/Unzip the downloaded folder
– Keep the extracted folder into your theme root directory
– Call the redux core file from the
functions.php
e.g. require_once('redux/ReduxCore/framework.php');
require_once('redux/sample/sample-config.php');
– Go to WP dashboard and reload it, if everything is ok, then you will see sample options into the dashboard
– Open sample-config.php here you can do all edit/update of the options also, possible to familiar with all type options.
2nd Part Coming soon
Leave a Reply