add_filter('pre_get_posts', 'query_post_type'); function query_post_type($query) { if( is_category() || is_tag() ) { $post_type ...
確定! 回上一頁