• anonymized-3854925

    (@anonymized-3854925)


    I’ve just tried giving this plugin a whirl but can’t seem to export my options table successfully.

    I’ve exported my options to theme-options.php and uploaded to my theme’s root directory.

    I have also added include_once('theme-options.php'); to the top of functions.php

    However when I look under the Appearance tab I see no ‘Theme Options’ tab?

    Also note that I have the Optiontree plugin disabled as I wish to have my own theme options file associated with my theme.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter anonymized-3854925

    (@anonymized-3854925)

    See code for theme-options.php here:
    http://pastebin.com/2gV518mW

    I think you forgot STEP 1 of document to use OT as THEME MODE. Make sure you included ot-loader.php before theme-options.php

    Thread Starter anonymized-3854925

    (@anonymized-3854925)

    I was thinking you only needed to carry out step one *or* step 2 as opposed to both?

    Is step 2 on it’s own not sufficient?

    Step 1 is most important. Step 2 just load settings. If you want to use OT as a part of your theme (not required to install OT plugin) you MUST do BOTH steps.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘No 'Theme Options' tab after export’ is closed to new replies.