News // The Query $the_query = new WP_Query( 'post_type=post' ); // The Loop if ( $the_query->have_posts() ) { while ( $the_query->have_posts() ) { $the_query->the_post(); ?> News August 23, 2016 Categories: