- - - '' . __( '%title', 'accesspress-parallax' ), - 'next_text' => __( '%title', 'accesspress-parallax' ) . '', - 'in_same_term' => true, - )); - endif; - ?> - - - - + '' . __( '%title', 'accesspress-parallax' ), + 'next_text' => __( '%title', 'accesspress-parallax' ) . '', + 'in_same_term' => true, + )); + endif; + + // If comments are open or we have at least one comment, load up the comment template + if ( comments_open() || '0' != get_comments_number() ) : + comments_template(); + endif; + } + + endwhile; // end of the loop. ?>