/** * Single Page App template * * This template displays sub-pages e.g. panels, for a given page. * * @package AndrewWoods\Tutorial */ get_header(); ?> have_posts() ) : while ( $panels->have_posts() ) : $panels->the_post(); the_content(); endwhile; // end of the loop. else: // Sorry! No Results endif; // end of the if ?>