Hi,
I have already setup the site with Custom Post Types and Avia Layout builder …
https://kriesi.at/support/topic/displaying-custom-post-types-inside-of-the-avia-layout-builder/
and
https://kriesi.at/support/topic/blog-template-layout/
However – I am hoping it is possible to add a child theme filter
When add new Custom Post Type
have the Avia Layout builder active and
loaded with a predefined Avia Layout Builder Template
something like this…
‘page’=>array(‘custom_post_type’,’template_name’), ‘context’=>’normal’, ‘priority’=>’high’, ‘expandable’=>true ),
Your assistance would be greatly appreciated.
Hi HuxburyQuinn!
I’m not sure about this one. Right now all the auto setup is handled by importing in xml data via the WordPress import so there isn’t a mechanism like the above in place.
There are some changes coming in 3.0 to allow for backend importing of specific layouts/setups but its still manual and the page template/setup/data is handled in the external file.
My general guess is that there would still need to be some manual recognition of a new cpt and its setup or at least a function written to trigger them being added when you add in the cpt.
Best regards,
Devin
Thanks Devin
My programmer is looking into that!
If successful – I will post the code.
:)