<?php $future_posts = new WP_Query( array( 'post_type'=>'post', 'posts_per_page' => 6, 'order' => 'ASC', 'post_status' => 'future' )); ?
確定! 回上一頁