欢迎访问服务器技术网-www.fuwuqijishu.com

Typecho 首页不显示某个分类的文章

网站建设 fuwuqijishu 2年前 (2022-09-04) 45次浏览 0个评论 扫描二维码

以前在文章中有介绍到WordPress程序首页不显示某个分类的方法,像我们使用的主题有的还自带这些功能。今天我们要分享的是Typecho程序如何设置某个分类不在首页显示呢?

<?php while($this->next()): ?>
<?php if($this->category != "cateslug"): ?>
//正常输出循环
<?php endif; ?>
<?php endwhile; ?>

这个方法比较笨拙需要设置到主题中,我们可以排除某个分类别名然后不输出。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2208.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900