great them ist there any way to realize this?
portfolio fullwidth but blog with sidebar
3 posts from 2 voices-
Posted 2 years ago #
-
Hi p!
Use the 'Custome post template' plugin.
But because 'Portfolio' use 'Custom Post Types' you need to tell the plugin that it will cutomize only the post of the 'Portfolio'open 'custom-post-templates.php' you will find in the plugin file.
On line 48 change this:
$this->add_meta_box( 'select_post_template', __( 'Post Template', 'custom-post-templates' ), 'select_post_template', 'post', 'side', 'default' );
for this:$this->add_meta_box( 'select_post_template', __( 'Post Template', 'custom-post-templates' ), 'select_post_template', 'portfolio', 'side', 'default' );and then you just have to follow the Dude! :D
You have to do exactly the same process: http://www.kriesi.at/support/topic/blog-post-full-width-pagePosted 2 years ago # -
thanks a lot! that works perfect.
Posted 2 years ago #
Reply
You must log in to post.














