Brings Laravel's great template engine, Blade, to Wordpress. Just install and start using blade in your theme.
As of April 2026, Blade is a WordPress Blade plugin with 200 active installations and a 4/5 rating from 7 reviews. It has been downloaded 7.3K+ times in total. Requires WordPress 3.0.0+ and PHP false+. Available on WordPress.org since 2013. Last updated 10 years ago — may have compatibility concerns. Top alternative: Blade Engine.
Blade is the template engine for Laravel, a very popular php framework, developed by Taylor Otwell. This plugin brings the same template engine to wordpress.
Using a template engine will result in much cleaner template files and quicker development. Normal php can still be used in the template files.
The plugin also adds a wordpress specific snippet to blade. Check out the examples for more info.
{{$foo}}
Turns into…
@if(has_post_thumbnail())
{{the_post_thumbnail() }}
@else
<img src="{{bloginfo( 'template_url' )}}/images/thumbnail-default.jpg" />
@endif
Turns into…
<img src="/images/thumbnail-default.jpg” />
@wpposts
<a href="{{the_permalink()}}">{{the_title()}}</a><br>
@wpempty…| WordPress | 3.0.0+ requiredTested up to 3.9.40 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.