Typecho修改title标签显示当前页码
本文以默认主题举例:
修改主题下的header.php文件,代码如下,请举一反三!
<title><?php $this->archiveTitle(array(
'category' => _t('分类 %s 下的文章'),
'search' => _t('包含关键字 %s 的文章'),
'tag' => _t('标签 %s 下的文章'),
'author' => _t('%s 发布的文章')
), '', ' - '); ?><?php if($this->is('index')==false and $this->_currentPage>1){ echo ' 第 '.$this->_currentPage.' 页 - ';} ?><?php $this->options->title(); ?><?php if($this->is('index') and $this->_currentPage>1){ echo ' - 第 '.$this->_currentPage.' 页'; }?></title>
本文链接:https://www.typeecho.cn/post/15.html
版权声明:转载或引用请注明出处
点赞 1
打赏