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

    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?

    #829443

    Hey rickyporco,

    It also uses template-builder.php, you use this conditional tag for it:

    if( is_single() ) {
    
    }

    Hope this helps :)

    Best regards,
    Nikko

    #912732

    A way to use the single.php with Advanced Layout posts:

    #913099

    Hi,

    Thanks for sharing A. Kempf, much appreciated :-)

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.