BACK TO DIRECTORY

Theme Blvd Layouts to Posts

by Jason

0.0
(0 ratings)

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.

Customization

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' );

Screenshots

Meta box added to all post edit screens.

Meta box added to all post edit screens.

Plugin Details

Active Installs
50
Total Downloads
5,977
Version
1.0.5
Requires WP
Requires PHP
Tested Up To
4.9.31
Added
2012-08-26
Last Updated
2018-03-28 12:30pm GMT

Ratings

5
0
4
0
3
0
2
0
1
0