Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Activate Option Tree Code
- add_filter( 'ot_show_pages', '__return_false' );
- add_filter( 'ot_show_new_layout', '__return_false' );
- add_filter( 'ot_theme_mode', '__return_true' );
- include_once( 'option-tree/ot-loader.php' );
- include_once( 'includes/theme-options.php' ); [your need make this file in your theme ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement