Forums

[Theme: monochrome] Theme Options not available for multisite (1 post)

  1. kristianjohansen
    Member
    Posted 3 months ago #

    Theme Options page under Appearance not available for site administrators. Only for SuperAdmin.

    Fix in functions.php:

    add_theme_page(__('Theme Options', 'monochrome'), __('Theme Options', 'monochrome'), 'edit_themes', basename(__FILE__), 'monochrome_add_theme_page');

    Should be:

    add_theme_page(__('Theme Options', 'monochrome'), __('Theme Options', 'monochrome'), 'edit_theme_options', basename(__FILE__), 'monochrome_add_theme_page');

    edit_themes => edit_theme_options.

    http://wordpress.org/extend/themes/monochrome/

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 3 months ago by kristianjohansen
  • This topic is not resolved
  • WordPress version: 3.3.1

Tags