自定义一下标题,以下为代码和参考案例:
`<?php if($this->_currentPage>1) echo '第 '.$this->_currentPage.' 页 - '; ?>
<?php $this->archiveTitle('', '', ' - '); ?><?php $this->options->title(); ?>
<?php if($this->is('index')): ?> - 自定义关键词<?php endif; ?>
`
自定义一下标题,以下为代码和参考案例:
`<?php if($this->_currentPage>1) echo '第 '.$this->_currentPage.' 页 - '; ?>
<?php $this->archiveTitle('', '', ' - '); ?><?php $this->options->title(); ?>
<?php if($this->is('index')): ?> - 自定义关键词<?php endif; ?>
`
评论 (0)