排除Wordpress中的一个类别 [英] Excluding one category in Wordpress

查看:104
本文介绍了排除Wordpress中的一个类别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始使用wordpress作为CMS.在该网站上,我有2个页面,我希望显示不同的帖子.到目前为止,我理解了这段小代码,仅在页面中发布了一个特定的类别(当放在循环的最前面时:

I just started out using wordpress as a CMS. On the site I have 2 pages I want different posts to show on. So far I understand this small code to post only one particular category one a page (when put infront of the loop:

<?php query_posts('cat=8&showposts=5');?>

但是,当我需要在博客页面上排除此类别时,我该写些什么?

But what do I write when I need to exclude this category on my blog-page?

推荐答案

只需在其中添加减号即可.示例:

Just add a minus to it. Example:

query_posts('cat=-3');

这篇关于排除Wordpress中的一个类别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆