if (is_category() && is_main_query()) { set_query_var('post__not_in', $postIds); } } add_action('pre_get_posts', 'excludePostId'); ...
確定! 回上一頁