Hello,
how can I post comments on the pages of my site? Even if the option is checked in the back office, no comments are displayed. I’m talking about the pages, not the articles where everything is working properly.
Ideally, pages should just react normally when the ‘discussion allowed’ option is checked. Is this possible?
Thank you very much for your help.
Thank you very much for your help.
I think it’s not so simple. In fact, this template doesn’t seem to use the ‘page.php’ script to create pages. So, I can’t find the right script to integrate the line <?php comments_template (”,true); ?> or similar. It’s even more complex if you think that the ‘Highlight’ template is a child template of ‘Mesmerize’ : the roles between the two are shared in a rather unclear way.
Thus, the way articles manage comments is in the template-part/content-single.php script. But I can’t find the equivalent script for the site pages. Unless there is a condition to be added in this script to integrate the article pages, but if that was the case, I would need your insight.
For the moment, none of my attempts lead anywhere, and I waste hours on this problem that delays me when there is so much still to do.
Once again, thank you for your help (and sorry for my english, that’s not my native language).
This reply was modified 6 years, 2 months ago by mynight.
It seems your pages are using the page with left sidebar template.
You need to go to Wp Admin -> Appearance -> Theme Editor -> Mesmerize Theme -> page-templates -> Page with Left Sidebar Template and insert there the php code for allowing comments.