typecho在litespeed下的rewrite规则 由于typecho程序rewrite判断有问题,在后台开启rewrite会提示服务器不支持,请忽略他的警告,继续设置。并且手动在.htaccess文件添加rewrite规则。RewriteEngine On RewriteBase ...
自定义某分类并输出缩略图 自定义调用某分类,并输出缩略图<?php $this->widget('Widget_Archive@index', 'pageSize=4&type=category', 'mid=23')->to($i ...
模板技巧之判断插件是否激活 模板部分,判断是否加载插件:<?php $all = Typecho_Plugin::export();?> <?php if (array_key_exists('插件名称', $all['activated'] ...
侧边栏不显示博主评论 Typecho侧边栏不显示博主评论,sidebar.php文件<?php $this->widget('Widget_Comments_Recent','ignoreAuthor=true')->to($comme ...