Hi,
Is it possible to add the Avia page builder to a new custom post type? I’m trying to create a post type called employees and want to use this feature here as well.
Best regards,
Roger Henriksen
of course, open:
wp-content/themes/enfold/config-templatebuilder/avia-template-builder/config/meta.php
line5 / custom post type is bold/ or add your custom post type name, for own custom post types your will need plug in “types” // http://wordpress.org/plugins/types/:
array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’, ‘post’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
array( ‘title’ =>__(‘Layout’,’avia_framework’ ), ‘id’=>’layout’, ‘page’=>array(‘portfolio’, ‘page’ , ‘post’), ‘context’=>’side’, ‘priority’=>’low’),
dont treat this as official support answer.
mAqq
Hey!
As mAqq said that will add it in. We don’t have “official” support for the advanced layout editor on posts or custom post types but it should work as noted above.
Cheers!
Devin
Thanks! It works fine!