Properties NEW [insert_php] $the_query = new WP_Query( 'http://www.a1storage.com/locations' ) while ( $the_query->have_posts() ) : $the_query->the_post(); the_title(); the_content(); endwhile; wp_reset_postdata(); ?> [insert_php]