Forums
Forums / Fixing WordPress / Comments Wont Display
(@heckraiser)
13 years, 8 months ago
Developing a new theme from scratch right now the post displays but there are no comments shown. I have <?php comments_template(); ?> in the single.php page. What am I missing…?
http://www.heckraiser.org/dev/2012/09/04/another-post/
(@esmi)
Does your theme’s comments.php file include a call to wp_list_comments()?
(@alchymyth)
what code is in comments.php of your theme?
also, while you are still developing, keep a check on the validation: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.heckraiser.org%2Fdev%2F2012%2F09%2F04%2Fanother-post%2F%23comments&charset=%28detect+automatically%29&doctype=Inline&group=0
http://codex.wordpress.org/Validating_a_Website
Ahhh there we go thanks esmi!
The topic ‘Comments Wont Display’ is closed to new replies.
(@heckraiser)
13 years, 8 months ago
Developing a new theme from scratch right now the post displays but there are no comments shown. I have <?php comments_template(); ?> in the single.php page. What am I missing…?
http://www.heckraiser.org/dev/2012/09/04/another-post/