Hello,
I am using the most up to date enfold version with a child theme.
I have created custom page templates that work with Advanced Layout Editor by copying the template-builder.php file into my child theme and making customizations there.
I have also customized the single.php file for single blog posts that use the default editor and do not use the Advanced Layout Editor.
How can I make the same customizations show up on Single Blog Posts when the Advanced Layout Editor is active?
Hey rickyporco,
It also uses template-builder.php, you use this conditional tag for it:
if( is_single() ) {
}
Hope this helps :)
Best regards,
Nikko
A way to use the single.php with Advanced Layout posts: