( ( AWESOMEPRESS_SUPPORT_FONTAWESOME ) ? '' : '' ) . '' . sprintf( __('Previous Article %s', 'awesomepress'), '%title' ),
'next_text' => '' . sprintf( __('Next Article %s', 'awesomepress'), '%title' ) . ( ( AWESOMEPRESS_SUPPORT_FONTAWESOME ) ? '' : '' ),
)
);
awesomepress_pagination_after();
// If comments are open or we have at least one comment, load up the comment template.
if (comments_open() || get_comments_number() ) :
awesomepress_comments_template_before();
comments_template();
awesomepress_comments_template_after();
endif;
endwhile; // End of the loop.
?>