scenarion hs
// WP_Query arguments $args = array( 'post_type' => array( 'scenario' ), 'nopaging' => true, 'ignore_sticky_posts' => false, 'order' => 'DESC', ); // The Query $query = new WP_Query( $args );
// WP_Query arguments $args = array( 'post_type' => array( 'scenario' ), 'nopaging' => true, 'ignore_sticky_posts' => false, 'order' => 'DESC', ); // The Query $query = new WP_Query( $args );