• I’m creating an options panel for my theme, and I’m currently testing on a standalone blog, with my options being recorded into wp_options as they should be.

    But then I remembered I want to use this theme on multisite, so each blog will end up having a different options table.

    Is there anything I need to do to ensure my custom options are saved correctly in the multisite environment?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    As long as you are using add_option(), get_option(), update_option(), etc. it should be fine. As you’ve said the individual sites have their own options table.

    Now, if you are writing to a table called wp_options directly… but I’m sure you’re more sensible than that… ??

    Thread Starter housebg

    (@housebg)

    Well I am, but this options framework I just tried to integrate into my theme to save some time sure isn’t. ??

    The lack of support it’s pretty amazing. It’s like multisite is the unwanted cranky siter-in-law or something…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘saving theme options with multisite’ is closed to new replies.