Typecho主题开发相关函数
站点名称 1<?php $this->options->title() ?> 站点网址 1<?php $this->options ->siteUrl(); ?> 完整路径标题如分享几个Typecho中常用的调用函数 1<?php $this->archiveTitle(array('category' => '分类 %s 下的文章', 'search' => '包含关键字 %s 的文章', 'tag' => '标签 %s 下的文章', 'author' => '%s 发布的文章'), '', ' - '); ?><?php $this ->options->title(); ?> 站点说明 ...