$args = array( 'posts_per_page' => -1, 'post_type' => 'post', ); $the_query = new WP_Query( $args );. Now you can loop through and get posts.
確定! 回上一頁