Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Multisite Themes

Descripción

(NOTE: Before saying this plugin is broken, please understand what this plugin does. It’s meant for WordPress installs that have multiple NETWORKS.)

Adds the ability to have different themes available to different NETWORKS in a multisite atmoshpere.

WordPress allows for multiple “networks”, these are not to be confused with sites. A network holds blogs underneath of it.

This plugin will allow you to separate themes into different directories so they’re only accessable and viewable to the networks you choose.

The plugin will attempt to create a directory in the /wp-content/ directory named /ms-themes/. If it fails to create it, then you will need to make one.

In the /ms-themes/ directory you will create a folder for each network that you want to allow only certain themes to.

Example:
If you have a theme named “Snarfer Theme”, and you want to only allow it to be viewable/available to the network (and all sites on that network) with the site_id of 7, you would place the snarfer theme directory in /wp-content/ms-themes/7/

Future releases:

  • Network option to turn off auto creation on/off network directories, index.php files.
  • Network option to display network ID in the footer of sites so network admins can easily tell what network a site is under.

Instalación

Drop into either your /mu-plugins/ directory, or your plugins directory and activate it.

  1. Upload ms-themes.php to the /wp-content/plugins/ directory, or the /wp-content/mu-plugins/ directory.
  2. Activate the plugin network-wide through the ‘Plugins’ menu in WordPress (if placed in the the /wp-content/plugins/ directory)
  3. Place theme files in their appropriate network directories in /wp-content/ms-themes/

FAQ

Why?

I was providing clients with wpmu/wpms sites and I needed a way to make only certain themes available to certain network admins.

This is already doable when you edit a blog in the admin!

This is a common misconception.
Technically it’s not.
Remember, a network is different than a site. A network contains sites.
A network can be at Domain1.com while you have another network at Domain2.com, both with different sites underneath of them

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«Multisite Themes» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Multisite Themes» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.3

  • Changed function hook as recommended by Daniel Bachhuber: https://wordpress.org/support/profile/danielbachhuber
  • Changed files to reflect name changes that WordPress 3.0 brought fourth when inegration MU. Changed “Site” to “Network” and “Blog” to “Site.”

1.2

  • Auto creation of the /ms-themes/ directory
  • Auto creation of /index.php in /ms-themes/ directory (prevents directory from being indexed)
  • Auto creation of /index.php in /ms-themes/## directory where ## is the site’s id (prevents directory from being indexed)
  • The newly created /index.php files redirect to the site’s domain when you navigate to them

1.1

  • Fixed some coding errors.

1.0

  • First Release.