在跟目录 wp-includes comment-template.php 打开此文件
在第155行:寻找
“<a href=’$url’ rel=’external nofollow’ class=’url’ >$author</a>”;
替换为:”<a href=’$url’ rel=’external nofollow’ class=’url’ target=”_blank”>$author</a>”;
20xue.com温馨提醒,涉及代码更改的操作,请事先备份好所需修改的文件。
在跟目录 wp-includes comment-template.php 打开此文件
在第155行:寻找
“<a href=’$url’ rel=’external nofollow’ class=’url’ >$author</a>”;
替换为:”<a href=’$url’ rel=’external nofollow’ class=’url’ target=”_blank”>$author</a>”;
20xue.com温馨提醒,涉及代码更改的操作,请事先备份好所需修改的文件。