• One issue I haven’t found a solution for yet is how to let administrators of a site get to the options with a theme when using Network for multi-sites. Only Super Admin seems able to change things like Header, Colours etc on themes that support it.

    Is this by design? If so it severely limits the usefulness of Network, if not can someone suggest anywhere to check? Done the usual permissions review on files/directories etc and all seems fine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you find a solution to this? I have several themes I want to include in my Networked installation of WP but if the networked blog can’t access the theme options, there is no sense in including them.

    I found a solution. Within a page on www.ads-software.com for Theme developers – https://codex.www.ads-software.com/Theme_Development there is a section which says:

    A note about network mode and Theme options:
    If you are using the edit_themes capability anywhere in your Theme, and the Theme is running on a network-enabled WordPress install (previously WordPress MU), be aware that the edit_themes capability used for accessing Theme options pages will prevent site admins in a network from seeing the options menu. Use edit_theme_options instead.

    I simply opened up the functions.php within the specific theme which was not showing the options with the “Appearance” section for the networked blog and preformed a “Find and Replace” for all instances of edit_themes and replaced it with edit_theme_options and it worked.

    I now can access all of the theme options from within a networked blog account!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme option with 3.01 Network’ is closed to new replies.