wp_query Property query
other properties in the same county
// WP_Query arguments $args = array( 'post_type' => array( 'property' ), 'post_status' => array( 'publish' ), 'posts_per_page' => '8', 'orderby' => 'none', ); // The Query $my_query = new WP_Query( $args );