Exclude posts with specific tag

后端 未结 0 762
长发绾君心
长发绾君心 2021-01-15 05:18

I want to exclude (hide) post have specific tag.

I use this code

function post_to_exclude ($query){
    global $wp_query;
    if ( ( $query->is_home         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题