Typecho
Home
Docs
Community
Blog
Download
您在这里:
Typecho文档站点
»
主题开发
»
is-syntax
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
typecho可以使用is语法判断很多东西,比如 <code php> $this->is('index'); $this->is('archive'); $this->is('single'); $this->is('page'); $this->is('post'); $this->is('category'); $this->is('tag'); </code> 甚至是 <code php> $this->is('category', 'default'); $this->is('page', 'start'); $this->is('post', 1); </code> 需要注意的是,后面的参数是分类、页面的缩略名 写法 <code php> <?php if ($this->is('post')) : ?> 这里就是内容了 <?php endif; ?> </code>
登录
文章
阅读
显示源文件
过去修订
搜索
打印/导出
可打印版本
工具
反向链接
最近更改
媒体管理器
网站地图
永久链接
引用此文