分类目录
-
最近文章
Recent Comments
- 正在加载...
标签
centos command css debian Desktop eAccelerator Eagles Eminem FireFox freebsd godaddy Godaddy域名优惠码 google hostname Lady Antebellum linkinpark linux live Love The Way You Lie mbstring mb_substr mp3 Music mv namecheap namecheap coupon code namecheap优惠码 namecheap最新优惠码 need you now payoneer photo php php_mbstring Picture rihanna the cure wordpress zeus 便宜vps 创意广告 域名优惠码 富士康 电影 翻墙 闫凤娇链接表
Tag Archives: wp291
wp首页不显示某一个分类的文章
找到模板中首页模板,通常为index.php 找到如下面这行代码 <?php if (have_posts()) : while (have_posts()) : the_post(); ?> 在这行代码前面加上 <?php query_posts(‘cat=-catid’); ?> 把catid换成你不想显示在首页的栏目id,注意前面有个-