Expired
Hey there! Separate issue. We’d like to implement commenting ability on certain pages. I’ve copied over the following call for the comments setup, but the it doesn’t seem to be working.
Inserted in the page.php file:
<?php get_template_part( ‘includes/view/loop’, ‘page’ ); ?>
<?php wp_link_pages() ?>
<?php comments_template( ‘/includes/view/blog/comments.php’); ?>
Followed by the query reset. Please advise?
Hello,
Please add this line before the section closing tag at pages.php file:
But the comments will be displayed in all pages.
Add this code to display the comments for specific pages (this code displays the comments only on page with id=2102):
Best regards!
Thank you! Resolved!
You must be logged in to reply to this topic.