I think this should work for you: <?php $posts = get_posts( array( 'post_type' => 'postname', 'posts_per_page' => '1000' ) ); ?
確定! 回上一頁