Linux 软件免费装

Theme Blvd Layouts to Posts

开发者 themeblvd
更新时间 2018年3月28日 20:30
WordPress版本: 4.9

标签

builder layout builder themeblvd theme blvd custom layouts jason bobich

下载

详情介绍:

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

安装:

  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.

屏幕截图:

  • Meta box added to all post edit screens.

更新日志:

1.0.5 - 03/28/2018 1.0.4 - 05/21/2015 1.0.3 - 12/22/2014 1.0.2 - 08/15/2013 1.0.1 - 02/31/2013 1.0.0 - 08/26/2012