%s', single_post_title( '', false ) ); } // Loop while ( have_posts() ) { the_post(); // Include the Post-Format-specific template for the content. get_template_part( 'template-parts/content', get_post_format() ); } // Posts navigation aesblo_posts_pagination(); } else { // Include template part for none content. get_template_part( 'template-parts/content', 'none' ); } ?>