<?php global $post; // required. $args = array('category' => -9); // exclude category 9. $custom_posts = get_posts($args);. foreach($custom_posts as $post) ...
確定! 回上一頁