Tagged: single.php, Template Builder
Hi guys,
I’m having an issue with custom templates. I changed single.php to match whatever I want which works fine…BUT if I create a post with Advanced Layout Editor it’s not using single.php but apparently template-builder.php and so it’s not taking my customization and the structure is different so I’m not sure where the <main? div is output in template-builder.php so I can have the same. If you have any pointers of where I should put my customization so every post looks the same and not different if I use template builder or not.
Thank you
Hey asthyanax,
Thank you for the inquiry.
Have you tried editing the header.php file or use the ava_after_main_container hook instead? You can find the main tag in the header.php template.
Please check the documentation below for more info about hooks.
// https://developer.wordpress.org/plugins/hooks/actions/
Best regards,
Ismael