Comments are not shown when the post or page using template from template builder.
Or
Comments not showing in the fullwidth pages. How to fix it?
(Brightbox theme)
How to enable comments in the template builder?
6 posts from 3 voices-
Posted 1 year ago #
-
Hey,
I don't believe comments are a part of the Template Builder options, nor is the whole post content displayed however the individual post view (single.php) should show the comments.
This is a feature request I'll pass onto Kriesi to look into.
James
Posted 1 year ago # -
The comments are not shown in the single post or page view when post or page are fullwidth (without sidebar). I am not asking for new feature. I need to show comments in the fullwidth page.
Posted 1 year ago # -
Hey,
it's currently not easily possible to implement comments in the template builder. You can implement comments on fulwidth pages though - open up template-fullwidth.php and page.php and replace:
get_template_part( 'includes/loop', 'page' );with:
get_template_part( 'includes/loop', 'page' ); //wordpress function that loads the comments template "comments.php" comments_template( '/includes/comments.php');Posted 1 year ago # -
Thank you. This is what I need.
Posted 1 year ago # -
Glad that I could help you :)
Posted 1 year ago #
Reply
You must log in to post.














