As of April 2026, Theme Blvd Layouts to Posts is a WordPress builder plugin with 60 active installations and a 0/5 rating0. It has been downloaded 5.7K+ times in total. Requires WordPress false+ and PHP false+. Available on WordPress.org since 2012. Last updated 8 years ago — may have compatibility concerns. Top alternative: Mesmerize Companion.
This plugin extends the Theme Blvd Layout Builder so you can assign your custom templates to standard posts and custom post types.
Note: You must have a Theme Blvd theme installed with the Layout Builder for this plugin to do anything.
This is a pretty simple plugin, however it will add the custom template selection meta box to all post types automatically. If you’d like to exlude the meta box from certain post types, you can unset those post types from the array attached to the filter themeblvd_ltp_post_types.
function my_ltp_post_types( $post_types ) {
unset( $post_types['post_type_to_remove'] );
return $post_types;
}
add_filter( 'themeblvd_ltp_post_types', 'my_ltp_post_types' );
| WordPress | false+ requiredTested up to 4.9.29 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.