Widget Logic 的常用参数

is_home() 主页

is_single() 文章页

is_page() 页面

is_category() 文章分类页

is_tag() 标签页

is_archive() 存档页

is_search() 搜索结果页

is_feed() 订阅页

is_404() 404页

Widget Logic 的使用方法

“||”表示“或”,“&&”表示“和”,“!”表示“非”,如下

is_home() 在首页显示

!is_home() 只有首页不显示

is_category(1) 在id为1的分类中显示

is_category(logs) 在名称为logs的分类中显示

is_home() ||is_archive() 在首页或存档页显示

更多:http://codex.wordpress.org/Conditional_Tags

来源:http://shandian.biz/285.html

Home

还没有评论。

说点什么吧

^_^

Name(required)
Mail (required),(will not be published)
Website(recommended)