WP Jade Template enables to use jade template engine for the wordpress theme's template files.
As of April 2026, WP Jade Template is a WordPress jade plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.4K+ times in total. Requires WordPress 3.0.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 11 years ago — may have compatibility concerns.
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.
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…
| WordPress | 3.0.0+ requiredTested up to 3.9.40 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.