
WP Jade Template
by xingxing2d on WordPress.org
WP Jade Template enables to use jade template engine for the wordpress theme's template files.
(1)
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();
Active installations10+
Weekly downloads
6-25.00%
Version1.0
Last updated12/4/2014
WordPress version3.0.0
Tested up to3.9.40
Tags
advancedjadepagetemplate