'; } /* Start the Loop */ while (have_posts()) : the_post(); get_template_part('template-parts/content/content', get_post_type()); endwhile; if ('grid' == $get_blog_layout) { echo '
'; } blogshop_pagination(); else : get_template_part('template-parts/content/content', 'none'); endif; ?>