Title: Anytheme Lock Theme
Author: Olar Marius
Published: <strong>06.04.2011</strong>
Last modified: 17.03.2013

---

Шукати плагіни

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

Цей плагін **не перевірявся з останніми 3-ма основними випусками WordPress**. Можливо,
він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності
при використанні з більш новими версіями WordPress.

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

# Anytheme Lock Theme

 Від автора [Olar Marius](https://profiles.wordpress.org/olarmarius/)

[Завантажити](https://downloads.wordpress.org/plugin/anytheme-lock-theme.1.1.zip)

 * [Деталі](https://uk.wordpress.org/plugins/anytheme-lock-theme/#description)
 * [Відгуки](https://uk.wordpress.org/plugins/anytheme-lock-theme/#reviews)
 *  [Встановлення](https://uk.wordpress.org/plugins/anytheme-lock-theme/#installation)
 * [Розробка](https://uk.wordpress.org/plugins/anytheme-lock-theme/#developers)

 [Підтримка](https://wordpress.org/support/plugin/anytheme-lock-theme/)

## Опис

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

## Скріншоти

[⌊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.

## Встановлення

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.

## Часті питання

  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

## Відгуки

Для цього плагіна немає відгуків.

## Учасники та розробники

“Anytheme Lock Theme” — проект з відкритим вихідним кодом. В розвиток плагіну внесли
свій вклад наступні учасники:

Учасники

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

[Перекладіть “Anytheme Lock Theme” на вашу мову.](https://translate.wordpress.org/projects/wp-plugins/anytheme-lock-theme)

### Цікавитесь розробкою?

[Перегляньте код](https://plugins.trac.wordpress.org/browser/anytheme-lock-theme/),
перегляньте [сховище SVN](https://plugins.svn.wordpress.org/anytheme-lock-theme/)
або підпишіться на [журнал розробки](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/)
за допомогою [RSS](https://plugins.trac.wordpress.org/log/anytheme-lock-theme/?limit=100&mode=stop_on_copy&format=rss).

## Журнал змін

No changelog information

## Мета

 *  Версія **1.1**
 *  Останнє оновлення **13 років тому**
 *  Активних встановлень **Менше 10**
 *  Версія WordPress ** 3.5 або вище **
 *  Tested up to **3.5.2**
 *  Мова
 * [English (US)](https://wordpress.org/plugins/anytheme-lock-theme/)
 * Позначки
 * [lock](https://uk.wordpress.org/plugins/tags/lock/)[olar](https://uk.wordpress.org/plugins/tags/olar/)
   [theme](https://uk.wordpress.org/plugins/tags/theme/)
 *  [Розширений перегляд](https://uk.wordpress.org/plugins/anytheme-lock-theme/advanced/)

## Оцінки

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

## Учасники

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

## Підтримка

Є що сказати? Потрібна допомога?

 [Перейти в форум підтримки](https://wordpress.org/support/plugin/anytheme-lock-theme/)

## Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

 [ Пожертвувати на розвиток плагіна ](http://www.olarmarius.tk/)