Typecho-判断当前页面是否为首页 - 并自定义输出内容

2018-07-11 14:53:00

Typecho-判断当前页面是否为首页 - 并自定义输出内容

Typecho在有一些情况下需要去判断是否是首页,然后显示相当应的内容


<?php if($this->is('index')): ?>
//首页
<?php else: ?>
//不是首页
<?php endif; ?>

当前页面是本站的「Baidu MIP」版。发表评论请点击:完整版 »