Anytheme Lock Theme

plugin banner

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.

Author:Mario (profile at wordpress.org)
WordPress version required:3.5
WordPress version tested:3.5.1
Plugin version:1.1
Added to WordPress repository:06-04-2011
Last updated:17-03-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wordpress.org/extend/plugins/anytheme-...
Total downloads:2 469
plugin download
Click to start download

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.

<?php
$anytheme_lock_theme = 'Twenty Ten';
$anytheme_lock_stylesheet = 'twentyten';
$anytheme_lock_template = 'twentyten';
?>
  • Those vars set the lock theme.
  • Once installed as a WordPress plugin, the lock theme is the only active theme that your site see.

Screenshots
FAQ
ChangeLog