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

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# WP Jade Template

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

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

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-jade-template/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wp-jade-template/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-jade-template/#developers)

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

## Opis

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

## Instalacja

 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)

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„WP Jade Template” jest oprogramowaniem open source. Poniższe osoby miały wkład 
w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “WP Jade Template” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-jade-template)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wp-jade-template/), 
sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/wp-jade-template/) 
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wp-jade-template/)
przez [RSS](https://plugins.trac.wordpress.org/log/wp-jade-template/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0.2

 * Description update

#### 1.0.1

 * Description update

#### 1.0.0

 * WP Jade Template

## Meta

 *  Wersja **1.0**
 *  Ostatnia aktualizacja **11 lat temu**
 *  Włączone instalacje **10+**
 *  Wersja WordPressa ** 3.0.0 lub nowszej **
 *  Testowano do **3.9.40**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wp-jade-template/)
 * Tagi
 * [advanced](https://pl.wordpress.org/plugins/tags/advanced/)[page](https://pl.wordpress.org/plugins/tags/page/)
   [template](https://pl.wordpress.org/plugins/tags/template/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-jade-template/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/wp-jade-template/reviews/?filter=1)

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

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

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

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