Title: WP Jade Template
Author: xingxing2d
Published: <strong>دسمبر 4, 2014</strong>
Last modified: دسمبر 4, 2014

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/wp-jade-template/#description)
 * [جائزے](https://ur.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/wp-jade-template/#installation)
 * [ڈیولپمنٹ](https://ur.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)

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“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/)، 
[ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/wp-jade-template/) کو چیک
کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/wp-jade-template/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](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

## میٹا

 *  Version **1.0**
 *  Last updated **12 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.0.0 یا اس سے جدید **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-jade-template/)
 * Tags
 * [advanced](https://ur.wordpress.org/plugins/tags/advanced/)[page](https://ur.wordpress.org/plugins/tags/page/)
   [template](https://ur.wordpress.org/plugins/tags/template/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/wp-jade-template/advanced/)

## درجہ بندیاں

 5 out of 5 stars.

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

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

[See all reviews](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/)