Typecho 页面判断函数
$this->is('index') //首页 $this->is('archive') //归档 $this->is('category') //分类栏目 $this->is('tag') //标签 ...
给那些折腾过的留下一点痕迹
$this->is('index') //首页 $this->is('archive') //归档 $this->is('category') //分类栏目 $this->is('tag') //标签 ...
分页 <?php $this->pageLink('下一页','next'); ?> <?php $this->pageLink('上一页'); ?> <?php $this->page...
Apache 下设置 typecho 伪静态 设置 - 永久链接 - 启用地址重写功能 网站根目录 创建 .htaccess 文件,粘贴 <IfModule mod_rewrite.c> RewriteEngi...
/** 过滤中英文标点符号 */ function filter_punctuation($text){ $text=urlencode($text); $text=preg_replace("/(%E3%80%82|...
如果您看到这篇文章,表示您的 blog 已经安装成功.