Tagged: articles
Hello,
Is there a way to build the articles like the pages ?
The Avia layout builder is very easy to use.
I’d like something that easy and nice looking for the articles :)
Thank you.
Hi radis92!
Please watch this video: https://vimeo.com/64996057
You need to edit config-templatebuilder > avia-template-builder > config > meta.php, find this code:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
Replace it with:
array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio','page', 'post'), 'context'=>'normal', 'priority'=>'high', 'expandable'=>true ),
Regards,
Ismael
Hello,
I did the modification in the code.
I can now edit the “article” just like a page.
But I can’t link this article to a section in the menu. So it doesn’t appear on the site.
Hey!
Please elaborate on this: ‘But I can’t link this article to a section in the menu. So it doesn’t appear on the site.’.
Regards,
Josue
Hello,
For a a “regular” article, you can chood on the right side to link it to a category in the menu so that it will appear under a category when you navigate on the website.
For the type of “article” I create with your tutorial (with Types), I can’t choose a category and don’t even know where it is related to.