Title: WP Jade Template
Author: xingxing2d
Published: <strong>ডিসেম্বর 4, 2014</strong>
Last modified: ডিসেম্বর 4, 2014

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# WP Jade Template

 তৈরি করেছেন [xingxing2d](https://profiles.wordpress.org/xingxing2d/)

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

 * [বিস্তারিত](https://bn.wordpress.org/plugins/wp-jade-template/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/wp-jade-template/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/wp-jade-template/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/wp-jade-template/#developers)

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

## Description

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

## Installation

 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)

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“WP Jade Template” is open source software. The following people have contributed
to this plugin.

কন্ট্রিবিউটর

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

[Translate “WP Jade Template” into your language.](https://translate.wordpress.org/projects/wp-plugins/wp-jade-template)

### ডেভেলপমেন্ট এ আগ্রহী?

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-jade-template/),
check out the [SVN repository](https://plugins.svn.wordpress.org/wp-jade-template/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/wp-jade-template/)
by [RSS](https://plugins.trac.wordpress.org/log/wp-jade-template/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.2

 * Description update

#### 1.0.1

 * Description update

#### 1.0.0

 * WP Jade Template

## মেটা

 *  Version **1.0**
 *  শেষ আপডেট করা হয়েছে **12 বছর আগে**
 *  Active installations **10+**
 *  WordPress version ** 3.0.0 or higher **
 *  Tested up to **3.9.40**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-jade-template/)
 * ট্যাগ
 * [advanced](https://bn.wordpress.org/plugins/tags/advanced/)[page](https://bn.wordpress.org/plugins/tags/page/)
   [template](https://bn.wordpress.org/plugins/tags/template/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/wp-jade-template/advanced/)

## Ratings

 ৫ স্টার এর মধ্যে 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/)

## Support

Got something to say? Need help?

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