Hey, I recently updated to Enfold v3.0 and lost a bit of my code.
I am trying to get comments on the pages, and I’ve edited the code like I thought I did previously by adding:
comments_template( ‘/includes/comments.php’);
After echo $content;
to the template-builder.php page.
I’ve gotten the comments to load properly, but not seeing the circular counter that normally shows up. Am I doing something wrong?
Heres the page: http://www.ultimatemanbootcamp.com/api5/
No one?
Hi!
Try using this instead:
comments_template();
Regards,
Josue
Awesome!!! Thanks!
You are welcome, always glad to help :)
Regards,
Josue