• I’ve been using this plugin in theme mode for a theme of mine and it works great.

    I’m now working on a child theme and I need to add theme options to override the parent theme’s options but I haven’t been able to find how this is done?

    I have the theme-options.php file added into the child theme’s functions.php file, like this:

    // Option Panel
    load_template( trailingslashit( get_template_directory() ) . 'option-tree/ot-loader.php' );
    load_template( trailingslashit( get_template_directory() ) . 'inc/theme-options.php' );

    Am I missing something?

    Any help would be greatly appreciated.

    http://wordpress.org/plugins/option-tree/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme Mode in a child theme (need to have different options than parent theme)’ is closed to new replies.