I am sure this is just an oversight on my part, but I cannot seem to locate where/how to define the layout of a Single Blog Post page.
Thanks!
Hey egouldmedia,
Thank you for the inquiry.
Normally, you would need to edit the templates directly to change the default layout of a post, or use the Advanced Layout Builder to create custom layouts. In version 6.0, you can now utilize the Custom Layouts and Dynamic Content features to create advanced layouts for posts or custom post types. Please refer to the documentation below for more information.
// https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content/
Best regards,
Ismael
Ismael, thank you for pointing me to the Custom Layouts & Dynamic Content tutorial. VERY informative.
I have a follow-up question.
Which php file is being used when a blog post is being displayed? I thought it might have been “single.php,” but making a copy of this file and placing in the Child directory does not seem to be picked up when displaying a blog post.
Thanks!
Elliot
Hi,
Thank you for the update.
When the default editor is active, single posts are rendered using the single.php file. However, once the Advanced Layout Builder (ALB) is activated, the template-builder.php file is used. Hope this helps.
Best regards,
Ismael
Many thanks again.