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

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# WP Jade Template

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

[Stáhnout](https://downloads.wordpress.org/plugin/wp-jade-template.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/wp-jade-template/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/wp-jade-template/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/wp-jade-template/#developers)

 [Podpora](https://wordpress.org/support/plugin/wp-jade-template/)

## Popis

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();
    ```

## Instalace

 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)

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

WP Jade Template je otevřený software. Následující lidé přispěli k vývoji tohoto
pluginu.

Spolupracovníci

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

[Přeložte “WP Jade Template” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/wp-jade-template)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/wp-jade-template/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/wp-jade-template/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/wp-jade-template/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/wp-jade-template/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 1.0.2

 * Description update

#### 1.0.1

 * Description update

#### 1.0.0

 * WP Jade Template

## Meta

 *  Verze **1.0**
 *  Poslední aktualizace **před 11 roky**
 *  Aktivních instalací **10+**
 *  Verze WordPressu ** 3.0.0 nebo novější **
 *  Testováno až do WordPressu **3.9.40**
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/wp-jade-template/)
 * Štítky
 * [advanced](https://cs.wordpress.org/plugins/tags/advanced/)[page](https://cs.wordpress.org/plugins/tags/page/)
   [template](https://cs.wordpress.org/plugins/tags/template/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/wp-jade-template/advanced/)

## Hodnocení

 5 z 5 hvězdiček.

 *  [  1 5hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=5)
 *  [  0 4hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=4)
 *  [  0 3hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=3)
 *  [  0 2hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=2)
 *  [  0 1hvězdičkové hodnocení     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=1)

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/wp-jade-template/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/wp-jade-template/)