解决办法是使用query_post($args)而不是WP_query->get_posts() $args = array( 'post_type' => 'post', 'post_status' => 'publish', 'category__in' => array(15, ...
確定! 回上一頁