I have added the CPT doors to the meta.php it is not displaying the posts.. HELP!!
<?php
global $builder;
$boxes = array(
array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘doors’,’page’,’post’,’portfolio’,’product’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘doors’,’portfolio’ ,’page’, ‘post’, ‘product’), ‘context’=>’side’, ‘priority’=>’low’),
array( ‘title’ =>__(‘Additional Portfolio Settings’,’avia_framework’ ), ‘id’=>’preview’, ‘page’=>array(‘portfolio’), ‘context’=>’normal’, ‘priority’=>’high’ ),
array( ‘title’ =>__(‘Breadcrumb Hierarchy’,’avia_framework’ ), ‘id’=>’hierarchy’, ‘page’=>array(‘portfolio’), ‘context’=>’side’, ‘priority’=>’low’),
);
Hi finchkelsey!
Please refer to this post – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/
Cheers!
Yigit