school
// WP_Query arguments $args = array( 'post_type' => array( 'school' ), 'post_status' => array( 'published' ), 'order' => 'ASC', 'orderby' => 'date', ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'post_type' => array( 'school' ), 'post_status' => array( 'published' ), 'order' => 'ASC', 'orderby' => 'date', ); // The Query $query = new WP_Query( $args );