Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #213452

    How to use advanced page posting on a simple post?

    #213454

    Hey Guilherme!

    Please see Devin’s post here https://kriesi.at/support/topic/is-there-no-drag-and-drop-support-for-post-types/#post-188585

    Regards,
    Yigit

    #213459

    You can add posts to the page array in config-templatebuilder>avia-template-builder>config>meta.php:
    array( ‘title’ =>__(‘Avia Layout Builder’,’avia_framework’ ), ‘id’=>’avia_builder’, ‘page’=>array(‘portfolio’,’page’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),

    Just keep in mind that with WordPress posts are not meant for page data so using them like pages can have unintended results for future updates.

    Will the unintended results happen for sure or not? B/c I am worried about it by now..

    #213463

    Hi!

    I quote Ismael
    “he Advanced Layout Builder is not set up to run on posts correctly so it isn’t something we support. You can watch this video how: http://vimeo.com/64996057

    These are the following problems that may occur when you switch to Advance Layout Builder on posts.

    – Featured image will be lost on the single post view.
    – The post title will switch to the left of the header instead of below the featured image.
    – You can’t comment on posts.
    – No related posts will be shown or interesting links.”

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Using Advanced Page Post Area’ is closed to new replies.