Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #584997

    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’),
    );

    • This topic was modified 8 years, 2 months ago by finchkelsey.
    #585086

    Hi finchkelsey!

    Please refer to this post – http://kriesi.at/documentation/enfold/use-the-layout-builder-with-any-post-type/

    Cheers!
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.