• 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?

Viewing 16 replies (of 16 total)
  • Thread Starter paramasivanpn

    (@paramasivanpn)

    I have set the permalink as /%category%/%postname%/

    Is it because of that ? It is not showing up in default 2014 theme also.

Viewing 16 replies (of 16 total)
  • The topic ‘Comments template not showing up in posts in wordpress’ is closed to new replies.