Viewing 2 replies - 1 through 2 (of 2 total)
  • Phil

    (@owendevelopment)

    Have you tried clearing after the related posts?

    <div style="clear: both;"></div>
    
    <!-- Post ID <?php the_ID(); ?> -->
    
        <?php
            if(comments_open( get_the_ID() ))  {
                comments_template('', true);
            }
        ?>
    Thread Starter rawiswar2001

    (@rawiswar2001)

    thanks…it worked ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to put Comments below Related Posts?’ is closed to new replies.