Title: Anytheme Lock Theme
Author: Olar Marius
Published: <strong>6 de abril de 2011</strong>
Last modified: 17 de marzo de 2013

---

Buscar plugins

![](https://ps.w.org/anytheme-lock-theme/assets/banner-772x250.png?rev=622936)

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.

![](https://s.w.org/plugins/geopattern-icon/anytheme-lock-theme_b9bab9.svg)

# Anytheme Lock Theme

 Por [Olar Marius](https://profiles.wordpress.org/olarmarius/)

[Descargar](https://downloads.wordpress.org/plugin/anytheme-lock-theme.1.1.zip)

 * [Detalles](https://es.wordpress.org/plugins/anytheme-lock-theme/#description)
 * [Valoraciones](https://es.wordpress.org/plugins/anytheme-lock-theme/#reviews)
 *  [Instalación](https://es.wordpress.org/plugins/anytheme-lock-theme/#installation)
 * [Desarrollo](https://es.wordpress.org/plugins/anytheme-lock-theme/#developers)

 [Soporte](https://wordpress.org/support/plugin/anytheme-lock-theme/)

## Descripción

This plugin lock the site at specific theme. You can activate any theme you want,
the site will look like the locked theme.

Into the code of plugin there are 3 php variables.

 * Those vars set the lock theme.
 * Once installed as a WordPress plugin, the lock theme is the only active theme
   that your site see.

### Further Information

More information can be found at
 [anytheme-lock-theme-wordpress-plugin](http://olarmarius.wordpress.com/2011/04/06/anytheme-lock-theme-wordpress-plugin/)

## Capturas

[⌊The theme before I activate some theme.⌉⌊The theme before I activate some theme
.⌉[

The theme before I activate some theme.

[⌊The theme after I activate another theme. Obvious the look is not change.⌉⌊The
theme after I activate another theme. Obvious the look is not change.⌉[

The theme after I activate another theme. Obvious the look is not change.

## Instalación

To install, simple extract the ‘anytheme-lock-theme.php’ file into your ‘wp-content/
plugins/’ directory and activate the plugin.

You should make sure your lock theme exist.

## FAQ

  Why do you force me to change the php code?

Just for one and the only reason:

Because this plugin is made to help developers to lock the design of the WP site,
and the end user cannot change this design very easy.

  Where I find the correct template, stylesheet and theme vars?

In plugin code, by default the locked theme is Twenty Ten

    ```
    <?php
    $anytheme_lock_theme = 'Twenty Ten'; 
    $anytheme_lock_stylesheet = 'twentyten'; 
    $anytheme_lock_template = 'twentyten'; 
    ?>
    ```

If you want to set another lock theme you just have to modify these vars.

    ```
    <?php
    $anytheme_lock_theme = 'The name of new lock theme';
    $anytheme_lock_stylesheet = 'folder-name-of-theme-from-wp-content/themes';
    $anytheme_lock_template = 'folder-name-of-theme-from-wp-content/themes';
    ?>
    ```

*** usually the template and stylesheet have the same name

## Reseñas

No hay valoraciones para este plugin.

## Colaboradores y desarrolladores

«Anytheme Lock Theme» es un software de código abierto. Las siguientes personas 
han colaborado con este plugin.

Colaboradores

 *   [ Olar Marius ](https://profiles.wordpress.org/olarmarius/)

[Traduce «Anytheme Lock Theme» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/anytheme-lock-theme)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/anytheme-lock-theme/),
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/anytheme-lock-theme/)
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/)
por [RSS](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

No changelog information

## Meta

 *  Versión **1.1**
 *  Última actualización **hace 13 años**
 *  Instalaciones activas **Menos de 10**
 *  Versión de WordPress ** 3.5 o superior **
 *  Probado hasta **3.5.2**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/anytheme-lock-theme/)
 * Etiquetas:
 * [lock](https://es.wordpress.org/plugins/tags/lock/)[olar](https://es.wordpress.org/plugins/tags/olar/)
   [theme](https://es.wordpress.org/plugins/tags/theme/)
 *  [Vista avanzada](https://es.wordpress.org/plugins/anytheme-lock-theme/advanced/)

## Valoraciones

Aún no se han enviado valoraciones.

[Tu valoración](https://wordpress.org/support/plugin/anytheme-lock-theme/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/anytheme-lock-theme/reviews/)

## Colaboradores

 *   [ Olar Marius ](https://profiles.wordpress.org/olarmarius/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/anytheme-lock-theme/)

## Donar

¿Te gustaría apoyar el progreso de este plugin?

 [ Dona a este plugin ](http://www.olarmarius.tk/)