直接切入正题:
打开/wp-includes/comment-template.php
查找 function get_comment_author_link
简单地添加
1 | target='_blank' |
就OK了,如下图:
喜欢这篇文章吗?
请订阅本站 RSS feed 或
直接切入正题:
打开/wp-includes/comment-template.php
查找 function get_comment_author_link
简单地添加
1 | target='_blank' |
就OK了,如下图:
请订阅本站 RSS feed 或
10:38 下午, 2010年11月6日两天 /
加上了,但似乎没什么效果
10:50 下午, 2010年11月6日两天 /
直接在functions.php改
2
<a id="commentauthor-<?php comment_ID() ?>" href="<?php comment_author_url() ?>" target="_blank" rel="external nofollow" title="<?php comment_author(); ?>">
6:58 上午, 2010年11月7日荒野无灯 /
在主题里面直接用get_comment_author_link函数岂不更方便?
1:51 下午, 2010年11月7日两天 /
可是我在那里改了发现没起作用。。。。
10:53 上午, 2010年07月25日宋夏 /
取走咯~~
9:58 下午, 2009年11月12日Auston Jary /
刚用上了 嘿嘿~
2:31 上午, 2009年11月6日星网 /
刚好今天要用到,借走了!
10:44 上午, 2009年11月2日365hope /
这一招,无论如何也要领教受用了!
另,兄弟域名很强大,hack + log !
2:07 下午, 2009年11月2日荒野无灯 /
@365hope, 哈哈 ,见 笑啦 -_-叼虫小技而已
12:00 上午, 2009年11月2日小y /
之前都是用右键,加上了~现在好多了,感谢!
2:08 下午, 2009年11月2日荒野无灯 /
@小y, 不客气,有 什么好 的技巧也 要 分 享喔
9:27 下午, 2009年10月30日林木木 /
这个可以加上,去加了~~
10:48 下午, 2009年10月28日mimzyx /
我之前都是右键,新标签,现在方便了。
8:15 下午, 2009年10月28日万戈 /
恩,很好,我一直想加个
7:23 下午, 2009年10月28日Louis Han /
嗯 我要去添加以下