网上搜到的一些对于typecho进行改动以达到一些功能的实现,我在此转载过来并记录一下,以方便以后升级
$select = $this->select()->limit($this->parameter->pageSize) ->where('table.comments.status = ?', 'approved')
->where('table.comments.authorId = ?', '0')
<?php $this->widget('Widget_Comments_Recent')->to($comments); ?>
<?php $this->widget('Widget_Comments_Recent','ignoreAuthor=true')->to($comments); ?>
<?php $this->category(',', false); //输出分类名,不带连接?>
<?php $this->tags(', ', false, '没有标签'); //输出当前标签,不带连接?>
童鞋,您来自火星?这里无法寻找您的足迹!
嘿嘿,我来试试看行不!
看了下你的源码 author_info 放错地方了
是包住 那个三个 input 输入框
@JET:好的,已经改了。
第一招我在M4那里学的,最后一招没学过,看下,中间的自己也想不起来在哪学的了。。