直接在主题函数文件(function.php)下添加如下代码即可:
//Display website on new window when readers click Commenter's name add_filter( "get_comment_author_link", "pxzoom_modifiy_comment_author_anchor" ); function pxzoom_modifiy_comment_author_anchor( $author_link ){ return str_replace( "<a", "<a target='_blank'", $author_link ); }
看了下 好像弄过还是主题自带来着 …
很多主题都是自带的~我这个主题是因为我重制的,所以很多功能都没有!为了这段代码,我在谷歌整整找了一天。。。说多了都是泪啊
我记得一百度就百度的到啊
我没有百度到。。而且百度到的都是需要直接修改WordPress程序文件的~
远方的家那里就有啊
放了竟然没用。。。呃,我要去翻翻之前function里我都写了点什么
看下是不是代码冲突。。或者缓存没刷新。