去除WP博客留言评论者链接
用EditPlus打开 wp-includes\default-widgets.php ( 非WordPress 2.8 的话是wp-includes\widgets.php)文件. 然后再搜索 get_comment_author_link() ,找到后把 get_comment_author_link() 修改为 get_comment_author() . 刷新缓存.
发现·分享·娱乐·新鲜·资讯
用EditPlus打开 wp-includes\default-widgets.php ( 非WordPress 2.8 的话是wp-includes\widgets.php)文件. 然后再搜索 get_comment_author_link() ,找到后把 get_comment_author_link() 修改为 get_comment_author() . 刷新缓存.