Title: WP Jade Template
Author: xingxing2d
Published: <strong>04.12.2014</strong>
Last modified: 04.12.2014

---

Поиск плагинов

Этот плагин **не тестировался с последними 3 основными выпусками WordPress**. Скорее
всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-jade-template.svg)

# WP Jade Template

 Автор: [xingxing2d](https://profiles.wordpress.org/xingxing2d/)

[Скачать](https://downloads.wordpress.org/plugin/wp-jade-template.zip)

 * [Детали](https://ru.wordpress.org/plugins/wp-jade-template/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/wp-jade-template/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/wp-jade-template/#developers)

 [Поддержка](https://wordpress.org/support/plugin/wp-jade-template/)

## Описание

WP Jade Template enables to use jade template engine for the wordpress theme’s template
files.
 To override the default template with Jade format, Just create a Jade Template
and add the ‘.jade’ before ‘.php’ to its original name.

index.php
 index.jade.php

single.php
 single.jade.php

page-contact.jade.php
 page-aboutus.jade.php …

The overrided Jade Template will serve if it exists.

#### Jade template examples

index.jade.php:

    ```
    - get_header();
    div#content
      div Hello world
    - get_footer();
    ```

To use jade header and footer:

    ```
    //rendering header-main.jade.php and footer-main.jade.php
    - get_header('main.jade');
    div#content
      div Hello world
    - get_footer('main.jade');
    ```

Page template example:

    ```
    //
    // Template Name: Contact Page
    //
    - get_header();
    - the_post();
    div#content
      - the_content();
    - get_footer();
    ```

## Установка

 1. Upload ‘wp-jade-template’ to the ‘/wp-content/plugins/’ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Thats it! Try to override some template files as jade templates (.jade.php)

## Отзывы

Нет отзывов об этом плагине.

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

«WP Jade Template» — проект с открытым исходным кодом. В развитие плагина внесли
свой вклад следующие участники:

Участники

 *   [ xingxing2d ](https://profiles.wordpress.org/xingxing2d/)
 *   [ xingxing ](https://profiles.wordpress.org/xingxing/)

[Перевести «WP Jade Template» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/wp-jade-template)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/wp-jade-template/), 
проверьте [SVN репозиторий](https://plugins.svn.wordpress.org/wp-jade-template/),
или подпишитесь на [журнал разработки](https://plugins.trac.wordpress.org/log/wp-jade-template/)
по [RSS](https://plugins.trac.wordpress.org/log/wp-jade-template/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.0.2

 * Description update

#### 1.0.1

 * Description update

#### 1.0.0

 * WP Jade Template

## Мета

 *  Версия **1.0**
 *  Обновление: **12 лет назад**
 *  Активных установок: **10+**
 *  Версия WordPress ** 3.0.0 или выше **
 *  Совместим вплоть до: **3.9.40**
 *  Язык
 * [English (US)](https://wordpress.org/plugins/wp-jade-template/)
 * Метки:
 * [advanced](https://ru.wordpress.org/plugins/tags/advanced/)[page](https://ru.wordpress.org/plugins/tags/page/)
   [template](https://ru.wordpress.org/plugins/tags/template/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/wp-jade-template/advanced/)

## Оценки

 5 из 5 звёзд.

 *  [  1 5-звездный отзыв     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=5)
 *  [  0 4-звездный отзыв     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=4)
 *  [  0 3-звездный отзыв     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=3)
 *  [  0 2-звездный отзыв     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=2)
 *  [  0 1-звездный отзыв     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-jade-template/reviews/#new-post)

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/wp-jade-template/reviews/)

## Участники

 *   [ xingxing2d ](https://profiles.wordpress.org/xingxing2d/)
 *   [ xingxing ](https://profiles.wordpress.org/xingxing/)

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/wp-jade-template/)