Typecho模板常用代码汇总
typecho模板常用代码汇总
站点动态标题
<?php $this->archiveTitle(array(
'category'=>_t('分类 %s 下的文章'),
'search'=>_t('包含关键字 %s 的文章'),
'tag' =>_t('标签 %s 下的文章'),
'author'=>_t('%s 的主页')
), '', ' - '); ?>
站点地址,名称与描述
<?php $this-&...
typecho模板常用代码汇总
站点动态标题
<?php $this->archiveTitle(array(
'category'=>_t('分类 %s 下的文章'),
'search'=>_t('包含关键字 %s 的文章'),
'tag' =>_t('标签 %s 下的文章'),
'author'=>_t('%s 的主页')
), '', ' - '); ?>
站点地址,名称与描述
<?php $this-&...