备忘 - 解决评论用户链接问题 大大的小蜗牛 收录于 类别 日志 2015-01-23 2015-01-23 约 92 字 预计阅读 1 分钟 次阅读 条评论 目录 Typecho 默认的评论用户链接不是在新窗口打开的,修改 \var\Widget\Abstract\ 夹下的 Comments.php 文件,找到 373 行左右的这句:原始:1 echo '<a href="' , $this->url , '"' , ($noFollow ? ' rel="external nofollow"' : NULL) , '>' , $this->author , '</a>'; 修改为:1 echo '<a href="' , $this->url , '"' , ($noFollow ? ' rel="external nofollow"' : NULL) , ' target="_blank">' , $this->author , '</a>'; 数字花园,用爱发电! 赞赏