current_post == 0 && !is_paged() && is_front_page(); if ( $first_post == true ) { get_template_part( 'template-parts/content-page', 'single' ); } else { get_template_part( 'template-parts/content', get_post_format() ); } endwhile; angry_doc_paging_nav(); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>