开发者

What is wrong with my wp query? Trying to exclude category 14

开发者 https://www.devze.com 2023-01-28 22:17 出处:网络
query(\'showposts=\'.$display_count.\'&orderby=comment_co开发者_运维知识库unt&category__not_in=14\');

query('showposts='.$display_count.'&orderby=comment_co开发者_运维知识库unt&category__not_in=14');

I do a standard query and it still wont leave out posts that are in category 14.


query('showposts='.$display_count.'&orderby=comment_count&cat=-14');
0

精彩评论

暂无评论...
验证码 换一张
取 消