'; /* Start the Loop */ while (have_posts()) : the_post(); get_template_part('template-parts/content'); endwhile; amble_blog_nav(); echo ''; get_sidebar(); break; default: echo '
'; /* Start the Loop */ while (have_posts()) : the_post(); get_template_part('template-parts/content'); endwhile; amble_blog_nav(); echo '
'; } else : get_template_part('template-parts/content', 'none'); endif; // End } endif;