Title: Anytheme Lock Theme
Author: Olar Marius
Published: <strong>April 6, 2011</strong>
Last modified: March 17, 2013

---

Search plugins

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

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Anytheme Lock Theme

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

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

 * [Details](https://wordpress.org/plugins/anytheme-lock-theme/#description)
 * [Reviews](https://wordpress.org/plugins/anytheme-lock-theme/#reviews)
 *  [Installation](https://wordpress.org/plugins/anytheme-lock-theme/#installation)
 * [Development](https://wordpress.org/plugins/anytheme-lock-theme/#developers)

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

## Description

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/)

## Screenshots

 * [[
 * The theme before I activate some theme.
 * [[
 * The theme after I activate another theme. Obvious the look is not change.

## Installation

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

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Anytheme Lock Theme” is open source software. The following people have contributed
to this plugin.

Contributors

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

[Translate “Anytheme Lock Theme” into your language.](https://translate.wordpress.org/projects/wp-plugins/anytheme-lock-theme)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/anytheme-lock-theme/),
check out the [SVN repository](https://plugins.svn.wordpress.org/anytheme-lock-theme/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/)
by [RSS](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

No changelog information

## Meta

 *  Version **1.1**
 *  Last updated **13 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **3.5.2**
 * Tags
 * [lock](https://wordpress.org/plugins/tags/lock/)[olar](https://wordpress.org/plugins/tags/olar/)
   [theme](https://wordpress.org/plugins/tags/theme/)
 *  [Advanced View](https://wordpress.org/plugins/anytheme-lock-theme/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/anytheme-lock-theme/reviews/#new-post)

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

## Contributors

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

## Support

Got something to say? Need help?

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

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.olarmarius.tk/)