Comments template not showing up in posts in wordpress
-
In the detail posts (games) such as https://alltimeplay.com/action/istunt-2/ I used comments template just below the “Did you like this game” Div (besides game description div). But comments template is not showing up. I created test page and in that comments template is showing up. I could not figure out why.
<?php // Start the Loop. while ( have_posts() ) : the_post(); if ( comments_open() || get_comments_number() ) { comments_template(); } endwhile; ?>
It is wordpress 3.9.1. Any help?
- The topic ‘Comments template not showing up in posts in wordpress’ is closed to new replies.