Forums
Forums / Fixing WordPress / Comments on page using template
(@steekvlam)
13 years, 5 months ago
Dear users,
I am having issues with the theme iam building.
I currently have a page template that is showing the latest post of the category A but its not showing me the comments on that page.
But if i click on the link (redirects to the single) it is showing the comments.
How can I solve this to show the comments on the ‘page’
Link ‘page’ : http://dev.wymans.nl/kjink/bloggy/ Link ‘single’: http://dev.wymans.nl/kjink/donec-ac-neque-vitae-orci-vestibulum-posuere/
Greetings
Stefan
Ps. Sorry for my english.
Fixed it
Example:
<?php $withcomments = "1"; comments_template(); ?>
The topic ‘Comments on page using template’ is closed to new replies.
(@steekvlam)
13 years, 5 months ago
Dear users,
I am having issues with the theme iam building.
I currently have a page template that is showing the latest post of the category A but its not showing me the comments on that page.
But if i click on the link (redirects to the single) it is showing the comments.
How can I solve this to show the comments on the ‘page’
Link ‘page’ : http://dev.wymans.nl/kjink/bloggy/
Link ‘single’: http://dev.wymans.nl/kjink/donec-ac-neque-vitae-orci-vestibulum-posuere/
Greetings
Stefan
Ps. Sorry for my english.