Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Difference between revisions of "Network Admin Themes Screen"

(Network Themes: Remove obsolete reference)
(Created Add New and Edit section. Fixed out of date items.)
 
Line 1: Line 1:
 
{{Languages|
 
{{Languages|
 
{{en|Network Admin Themes Screen}}
 
{{en|Network Admin Themes Screen}}
  +
{{ja|ネットワーク管理/テーマ管理画面}}
{{ja|Super Admin Themes SubPanel}}
 
 
{{pt-br|Administras Rede - Temas}}
 
{{pt-br|Administras Rede - Temas}}
 
}}
 
}}
Line 7: Line 7:
 
==Network Admin → Themes==
 
==Network Admin → Themes==
   
The [[Network Admin Themes Screen]] controls which themes are available to Site administrators in their [[Administration Screens|Administration]] > [[Administration Screens#Appearance|Appearance]] > [[Appearance Themes Screen|Themes]] Screen. Network Administrators must install the themes in the wp-content/themes folder for the themes to be available. Themes can also be selectively activated for individual Sites in the Theme Info section when Editing a site via [[Network Admin|Administration]] > [[Network Admin#Sites|Network Admin]] > [[Network Admin Sites Screen|Sites]].
+
The [[Network Admin Themes Screen]] controls which themes are available to Site administrators in their [[Administration Screens|Administration]] > [[Administration Screens#Appearance|Appearance]] > [[Appearance Themes Screen|Themes]] Screen. Network Administrators must install the themes in the wp-content/themes folder for the themes to be available, and Network Enabled in this screen.
  +
  +
Themes can also be selectively activated for individual Sites in the Theme Info section when Editing a site via [[Network Admin|Administration]] > [[Network Admin#Sites|Network Admin]] > [[Network Admin Sites Screen|Sites]].
  +
   
 
[[Image:superadmin-themes.png|640px|Network Admin Themes Screen]]
 
[[Image:superadmin-themes.png|640px|Network Admin Themes Screen]]
Line 13: Line 16:
   
 
Back to [[Network Admin]] or [[Administration Screens]].
 
Back to [[Network Admin]] or [[Administration Screens]].
  +
   
 
==Network Themes==
 
==Network Themes==
   
 
===Table of Themes===
 
===Table of Themes===
  +
This table lists all of your categories by row. Categories are displayed hierarchically and alphabetically by the folder name used for storing that theme in the <tt>wp-contents/themes</tt> folder.
+
This table lists all of your installed Themes by row. Themes are displayed alphabetically by the folder name used for storing that theme in the <tt>wp-contents/themes</tt> folder.
   
 
The table of themes contains the following columns:
 
The table of themes contains the following columns:
   
 
*'''Theme''' – The name of the theme as defined by the theme author. Under the Theme name, you can select following action:
*'''Enable''' - Whether this theme is enabled for use by Site Administrators. Radio buttons of Yes or No. Set to Yes to make the available to Site administrators in their [[Administration Screens|Administration]] > [[Administration Screens#Appearance|Appearance]] > [[Appearance Themes Screen|Themes]] Screen.
 
  +
**'''Network Enable'''/'''Network Disable''' - This is toggle action. The Theme that has Network Enable link is not yet enabled in the network. Click this link so that Site Administrators can see this Theme from [[Administration Screens|Administration]] > [[Administration Screens#Appearance|Appearance]] > [[Appearance Themes Screen|Themes]] Screen. Click Network Disable link to hide this theme from above [[Administration Screens#Appearance|Appearance]] > [[Appearance Themes Screen|Themes]] Screen.
*'''Theme''' – The name of the theme as defined by the theme author.
 
  +
**'''Edit''' - Click to edit Theme's [[Templates|Template]] or [[CSS|Stylesheet]] files with Theme Editor. For more detail about Theme Editor, refer [[Appearance Editor Screen]] article.
*'''Version''' - The current version of the theme as defined by the theme author.
 
  +
**'''Delete''' - Delete the Theme.
*'''Description''' - A description of the theme as described by the theme author.
+
*'''Description''' - A description of the theme as described by the theme author with the Theme version, Theme author and link to the Theme Site.
  +
  +
  +
==Add New Theme==
  +
  +
Visit the [[Appearance Themes Screen#Install_Themes|Add Themes]] Screen to install new Theme by clicking Add New link at the top of this [[Network Admin Themes Screen]] or Select '''[[Network Admin]] > [[Network Admin#Themes|Themes]] > [[#Add_New|Add New]]''' from left side menu.
  +
  +
For more detail about installing Themes, refer [[Appearance Themes Screen#Install_Themes|Install Themes]] article.
  +
  +
  +
==Theme Editor==
  +
  +
The built-in Theme Editor allows you to view or change any code kept in a Theme [[Templates|Template]] or [[CSS|Stylesheet]] files. Select [[Network Admin]] > [[Network Admin#Themes|Themes]] > [[#Theme_Editor|Edit]] and select Theme from Select theme to edit box and click Select button, or Click Edit link under the Theme from this [[Network Admin Themes Screen]].
  +
  +
For more detail about Theme Editor, refer [[Appearance Editor Screen]] article.
   
;Total: Themes installed and themes enabled.
 
   
 
==Default Theme==
 
==Default Theme==
Line 34: Line 53:
 
define('WP_DEFAULT_THEME', 'classic');
 
define('WP_DEFAULT_THEME', 'classic');
   
If you do remove the {{DefaultTheme}} then you need to define a new default theme with the '''WP_DEFAULT_THEME''' constant. Disabling a theme in the [[Network Admin Themes Screen]] does not prevent that theme being used by a site. It only prevents the theme being listed in the available themes list when selecting a new/different theme.
+
If you do remove the {{DefaultTheme}} then you need to define a new default theme with the '''WP_DEFAULT_THEME''' constant.
  +
  +
Disabling a theme in the [[Network Admin Themes Screen]] does not prevent that theme being used by a site. It only prevents the theme being listed in the available themes list when selecting a new/different theme.
  +
  +
  +
Back to [[Network Admin]] or [[Administration Screens]].
  +
   
 
{{Administration Screens Footer}}
 
{{Administration Screens Footer}}

Latest revision as of 14:42, 10 August 2015

Network Admin → Themes

The Network Admin Themes Screen controls which themes are available to Site administrators in their Administration > Appearance > Themes Screen. Network Administrators must install the themes in the wp-content/themes folder for the themes to be available, and Network Enabled in this screen.

Themes can also be selectively activated for individual Sites in the Theme Info section when Editing a site via Administration > Network Admin > Sites.


Network Admin Themes Screen


Back to Network Admin or Administration Screens.


Network Themes

Table of Themes

This table lists all of your installed Themes by row. Themes are displayed alphabetically by the folder name used for storing that theme in the wp-contents/themes folder.

The table of themes contains the following columns:

  • Theme – The name of the theme as defined by the theme author. Under the Theme name, you can select following action:
    • Network Enable/Network Disable - This is toggle action. The Theme that has Network Enable link is not yet enabled in the network. Click this link so that Site Administrators can see this Theme from Administration > Appearance > Themes Screen. Click Network Disable link to hide this theme from above Appearance > Themes Screen.
    • Edit - Click to edit Theme's Template or Stylesheet files with Theme Editor. For more detail about Theme Editor, refer Appearance Editor Screen article.
    • Delete - Delete the Theme.
  • Description - A description of the theme as described by the theme author with the Theme version, Theme author and link to the Theme Site.


Add New Theme

Visit the Add Themes Screen to install new Theme by clicking Add New link at the top of this Network Admin Themes Screen or Select Network Admin > Themes > Add New from left side menu.

For more detail about installing Themes, refer Install Themes article.


Theme Editor

The built-in Theme Editor allows you to view or change any code kept in a Theme Template or Stylesheet files. Select Network Admin > Themes > Edit and select Theme from Select theme to edit box and click Select button, or Click Edit link under the Theme from this Network Admin Themes Screen.

For more detail about Theme Editor, refer Appearance Editor Screen article.


Default Theme

When new sites are created via Administration > Network Admin > Sites, the WordPress Twenty Seventeen theme will be set as the active (default) theme. If a different active (default) theme is desired, edit the wp-config.php and add the WP_DEFAULT_THEME constant definition to the file. For example to make the WordPress Classic Theme the default theme put this in wp-config.php:

define('WP_DEFAULT_THEME', 'classic');

If you do remove the WordPress Twenty Seventeen theme then you need to define a new default theme with the WP_DEFAULT_THEME constant.

Disabling a theme in the Network Admin Themes Screen does not prevent that theme being used by a site. It only prevents the theme being listed in the available themes list when selecting a new/different theme.


Back to Network Admin or Administration Screens.


See also Administration Screens and Network Admin.