I’m using the Avia Layout Builder and all the elements on the page are working fine except Comments. I saw that Josue mentioned that Comments must be added to template-builder.php, using this code:
comments_template( ‘/includes/comments.php’);
…which I tried but did not work. I’m wondering if:
1) Can Comments work on pages built using ALB? That would be my preference but I can’t get it to work.
2) If Comments must be added, can someone tell me specifically where to add the code? I tried adding it around line 33 immediately following
{
$content = apply_filters(‘avia_builder_precompile’, get_the_content());
}
But that did not work.
Thank you so much!!
This topic was modified 7 years, 12 months ago by newpappa.