Title: Theme Blvd Layouts to Posts
Author: Jason
Published: <strong>August 26, 2012</strong>
Last modified: March 28, 2018

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/theme-blvd-layouts-to-posts.svg)

# Theme Blvd Layouts to Posts

 By [Jason](https://profiles.wordpress.org/themeblvd/)

[Download](https://downloads.wordpress.org/plugin/theme-blvd-layouts-to-posts.1.0.5.zip)

 * [Details](https://test.wordpress.org/plugins/theme-blvd-layouts-to-posts/#description)
 * [Reviews](https://test.wordpress.org/plugins/theme-blvd-layouts-to-posts/#reviews)
 *  [Installation](https://test.wordpress.org/plugins/theme-blvd-layouts-to-posts/#installation)
 * [Development](https://test.wordpress.org/plugins/theme-blvd-layouts-to-posts/#developers)

 [Support](https://wordpress.org/support/plugin/theme-blvd-layouts-to-posts/)

## Description

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](http://themeforest.net/user/ThemeBlvd/portfolio)
installed with the [Layout Builder](https://wordpress.org/plugins/theme-blvd-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.

## Installation

 1. Upload `theme-blvd-layouts-to-posts` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. After installing there will be a new meta box on all of your edit post screen sidebars
    titled “Custom Layout” where you can optionally choose a custom layout built with
    the Layout Builder.

## FAQ

  Installation Instructions

 1. Upload `theme-blvd-layouts-to-posts` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. After installing there will be a new meta box on all of your edit post screen sidebars
    titled “Custom Layout” where you can optionally choose a custom layout built with
    the Layout Builder.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Theme Blvd Layouts to Posts” is open source software. The following people have
contributed to this plugin.

Contributors

 *   [ Jason ](https://profiles.wordpress.org/themeblvd/)

[Translate “Theme Blvd Layouts to Posts” into your language.](https://translate.wordpress.org/projects/wp-plugins/theme-blvd-layouts-to-posts)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/theme-blvd-layouts-to-posts/),
check out the [SVN repository](https://plugins.svn.wordpress.org/theme-blvd-layouts-to-posts/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/theme-blvd-layouts-to-posts/)
by [RSS](https://plugins.trac.wordpress.org/log/theme-blvd-layouts-to-posts/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.5 – 03/28/2018

 * Fixed: Password-protected posts display custom layout before password is entered(
   for Theme Blvd framework 2.7+ themes).
 * Fixed: Styling of meta box was a bit wonky (for Theme Blvd framework 2.7+ themes).

#### 1.0.4 – 05/21/2015

 * Fixed: Issues with templates not showing featured area, when saved prior to Layout
   Builder 2.0 (for Theme Blvd framework 2.2-2.4 themes).

#### 1.0.3 – 12/22/2014

 * Added compatibility for Theme Blvd framework v2.5+.
 * GlotPress compatibility (for 2015 wordpress.org release).
 * Minor security fixes.

#### 1.0.2 – 08/15/2013

 * Added compatibility for Theme Blvd framework v2.3+.
 * Added support for private and password protected posts.
 * Added “Dismiss” link for admin framework nag.
 * Adjusted Custom Layout selection meta box to list layouts alphabetically.

#### 1.0.1 – 02/31/2013

 * Added compatibility for Theme Blvd framework v2.2.1+.

#### 1.0.0 – 08/26/2012

 * This is the first release.

## Meta

 *  Version **1.0.5**
 *  Last updated **8 years ago**
 *  Active installations **50+**
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/theme-blvd-layouts-to-posts/)
 * Tags
 * [builder](https://test.wordpress.org/plugins/tags/builder/)[layout builder](https://test.wordpress.org/plugins/tags/layout-builder/)
   [Theme Blvd](https://test.wordpress.org/plugins/tags/theme-blvd/)[themeblvd](https://test.wordpress.org/plugins/tags/themeblvd/)
 *  [Advanced View](https://test.wordpress.org/plugins/theme-blvd-layouts-to-posts/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/theme-blvd-layouts-to-posts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/theme-blvd-layouts-to-posts/reviews/)

## Contributors

 *   [ Jason ](https://profiles.wordpress.org/themeblvd/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/theme-blvd-layouts-to-posts/)