标签 "评论" 下的文章

共找到 3 篇文章

新窗口打开评论者主页

· 2 分钟阅读
\var\Widget\Abstract\ 夹下的 Comments.php 文件,找到 373 行左右的这句:原始代码: echo '<a href="' , $this->url , '"' , ($noFollow ? ' rel="external nofollow"' : NULL) , '>' , $this->author , '</a>';修改为...

单独调用评论列表

· 6 分钟阅读
<?php $slug = "message"; //页面缩略名 $limit = 10; //调用数量 $length = 30; //截取长度 $ispage = true; //true 输出slug页面评论,false输出其它所有评论 $isGue...

侧边栏不显示博主评论

· 1 分钟阅读
Typecho侧边栏不显示博主评论,sidebar.php文件<?php $this->widget('Widget_Comments_Recent','ignoreAuthor=true')->to($comments); ?>