Title: WP Jade Template
Author: xingxing2d
Published: <strong>2014年12月4日</strong>
Last modified: 2014年12月4日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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://ja.wordpress.org/plugins/wp-jade-template/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-jade-template/#installation)
 * [開発](https://ja.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://ja.wordpress.org/plugins/tags/advanced/)[page](https://ja.wordpress.org/plugins/tags/page/)
   [template](https://ja.wordpress.org/plugins/tags/template/)
 *  [詳細を表示](https://ja.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/)