'' . esc_html__( 'Previous:', 'buzz-magazine' ) . ' %title', 'next_text' => '' . esc_html__( 'Next:', 'buzz-magazine' ) . ' %title', ) ); // 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; if (get_theme_mod('toggle_related_posts',true) == true) : get_template_part( 'template-parts/content', 'related-posts' ); endif; endwhile; // End of the loop. ?>