Hi,
How could I add a dynamic template built with the template builder to single-portfolio entries (in Propulsion) ? I don't get the layout box as for pages or posts.
Thank you
Hi,
How could I add a dynamic template built with the template builder to single-portfolio entries (in Propulsion) ? I don't get the layout box as for pages or posts.
Thank you
Hi,
Great template! I would also love the possibility to use a dynamic template for the portfolio pages.
Cheers.
Well the portfolio is not really meant to be used with the dynamic template builder but you can actiavte it by opening includes/admin/register-admin-metabox.php and modify the first array entry to read:
array( 'title' => 'Layout', 'id'=>'layout' , 'page'=>array('post','page','portfolio'), 'context'=>'side', 'priority'=>'low' ),
You must log in to post.