'ids' ) ); if ( ! empty( $current_post_categories ) ) { $related_posts = new WP_Query( array( 'category__in' => $current_post_categories, 'posts_per_page' => 3 ) ); if ( $related_posts->have_posts() ) { echo ''; wp_reset_postdata(); } } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?>