... $atts)); global $post; $posts = new WP_Query(array( // a few default values 'posts_per_page' => '3', 'post_type' => 'use_cases' )); //print_r($posts); ...
確定! 回上一頁