plugin-icon

Theme Blvd Layouts to Posts

제작자: Jason·
This plugin extends the Theme Blvd Layout Builder so you can assign your custom templates to standard posts and custom post types.
버전
1.0.5
활성화된 설치 항목
60
최근 업데이트일
Mar 28, 2018

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' );
무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.9.28
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.