wordpress评论者链接在新窗口中打开的方法
作者:本站作者 人气:找到wp-includes/comment-template.php文件中
代码如下:
if ( empty( $url ) || 'http://' == $url )
$return = $author;
else
$return = "<a href='$url' rel='external nofollow' class='url'>$author</a>";
return apply_filters('get_comment_author_link', $return);
}
给$return值上加个target=’_blank’
if ( empty( $url ) || 'http://' == $url )
$return = $author;
else
$return = "<a href='$url' rel='external nofollow' class='url' target='_blank'>$author</a>";
return apply_filters('get_comment_author_link', $return);
}
加载全部内容
青云诀 2
奇迹:暗黑深渊
贪玩原始传奇
至尊蓝月
公益传奇
爆装传奇
冒险王2
至尊之刃