从存档页中排除类别
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从存档页中排除类别相关的知识,希望对你有一定的参考价值。
the numbers 108 and 18 are the category ids i wanted to exclude
add_action('pre_get_posts', 'gloss_remove_glossary_cat' ); function gloss_remove_glossary_cat( $notused ) { global $wp_query; global $gloss_category; // Figure out if we need to exclude glossary - exclude from // archives (except category archives), feeds, and home page if( ( is_archive() )) { $wp_query->query_vars['cat'] = '-108,-18' . $gloss_category; } }
以上是关于从存档页中排除类别的主要内容,如果未能解决你的问题,请参考以下文章
PHP PharData:从目录构建 .tar 存档,带有排除项