$args = array( 'post_type' => 'towns', 'posts_per_page' => 10 ); $query = new WP_Query( 'args' ); if( $query->have_posts() ) : ... But this ...
確定! 回上一頁