RESOLVED MY PROBLEM……..GREAT PLUGIN by the way….THANK YOU
Derek, I am trying to activate the framework in ThemeMode. I have added the following to my function.php file:
/**
* Required: set ‘ot_theme_mode’ filter to true.
*/
add_filter( ‘ot_theme_mode’, ‘__return_true’ );
/**
* Required: include OptionTree.
*/
load_template( trailingslashit( get_template_directory() ) . ‘option-tree/ot-loader.php’ );
I have the option-tree folder contents at the root of my theme, however it does not seem to be activited. I expected another set of options added to Appearance.
How can I confirm it is activated?
Also, I want to programmatically create the Option.php file dynamically for my themes. Is there any additional documentation how to call the functions and create the front-end files programmatically?
I am using WordPress version 3.8.1
Thank you,
Kyle