명탐정코난 극장판 21기

利用这个方法,我把满首页的董桥文章隐藏了,当然,点击栏目进去仍然能够看到。

转载自:http://blog.sina.com.cn/s/blog_4890a82b0100tc0f.html

用 query_posts 函数,直接在 index.php 添加代码即可,非插件就能实现。

方法是:

打开 index.php 文件,找到如下代码:

<?php if ( have_posts( ) ): ?>

然后修改成:

<?php if ( have_posts() ) : is_home() && query_posts($query_string .'&cat=-126') ?>

cat= 想让出现在首页的分类ID,前面加个负号就代表不让这个ID分类下的文章显示在首页。

html button 파일 다운로드 다운로드 다운로드


Trackbacks

  1. 技术第一帖,顺便测试一下 | 回到地球 (2012年5月22日)
  2. 极客派 | WordPress中如何让某一分类下的文章不在首页显示 (2012年7月3日)
  3. WordPress中如何让某一分类下的文章不在首页显示,完美解决,技术第一帖,顺便测试一下 | Jianxin Shen (2016年9月14日)

Leave a Comment

Tags allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

提示/Tips可使用Ctrl+Enter快速提交留言出口成脏一律垃圾处理。

blank
Warning: Unknown: Failed to write session data (memcached). Please verify that the current setting of session.save_path is correct (127.0.0.1:11211) in Unknown on line 0