post_count; while ( have_posts() ) : the_post(); if ( 'full' === $lay['sum'] ) { if ( has_post_format( 'quote' ) ) { get_template_part( 'templates/content', 'post-full-quote' ); } else { get_template_part( 'templates/content', 'post-full' ); } } elseif ( 'grid' === $lay['sum'] ) { if ( 'true' === $lay['highlight'] && 1 == $ascend_blog_loop['loop'] && 1 == $paged ) { get_template_part( 'templates/content', get_post_format() ); } else { ?>