'' . esc_html__( 'Previous:', 'alyssas-blog' ) . '%title',
'next_text' => '' . esc_html__( 'Next:', 'alyssas-blog' ) . '%title',
)
);
if(!get_theme_mod('post_author_info')) :
get_template_part('templates/template-author');
endif;
if(!get_theme_mod('article_related_post')) :
do_action( 'alyssas_blog_related_post' );
endif;
// 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.
?>