klien
// WP_Query arguments $args = array( 'post_type' => array( 'klienci' ), 'post_status' => array( 'Publish' ), 'nopaging' => true, 'order' => 'DESC', 'orderby' => 'id', 'cache_results' => true, 'update_post_meta_cache' => true, 'update_post_term_cache' => true, ); // The Query $query = new WP_Query( $args );