'; while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content', get_post_type() ); } echo '
'; if ( ! is_singular() ) { do_action( 'neve_do_pagination', 'blog-archive' ); } } else { get_template_part( 'template-parts/content', 'none' ); } ?>