可以用$this->_keywords获取当前搜索词 /usr/themes/default/archive.php文件, 'search' => _t('包含关键字 %s 的文章'), <h3 class="archive-title"><?php $this->archiveTitle(array( 'category' => _t('分类 %s 下的文章'), 'search' => _t('包含关键字 %s 的文章'), 'tag' => _t('标签 %s 下的文章'), 'author' => _t('%s 发布的文章') ), '', ''); ?></h3>
可以用
$this->_keywords
获取当前搜索词/usr/themes/default/archive.php
文件,'search' => _t('包含关键字 %s 的文章'),