空の領域

又一个坑爹的神站 大人說:要清爽 要低調

0%

Wordpress评论链接跳转

如果要看效果的话,随便哪个页面都看得到吧。

目前设置的是:http://xsky.me/?fly=

有没有觉得很帅啊啊哈哈哈小天大人就是帅,因为词库贫乏所以暂时就用这个单词了指不定哪天改了=A=|||(改固定连接那件事挺麻烦这个可是挺方便的啊)

把以下这段加载functions.php里

//评论者链接跳转\_Start

add_filter(‘get_comment_author_link’, ‘add_redirect_comment_link’, 5);
#如果需要评论内容内链接也跳转可加上下面这句
#add_filter(‘comment_text’, ‘add_redirect_comment_link’, 99);
function add_redirect_comment_link($text = ‘’){
$text=str_replace(‘href=”‘, ‘href=”‘.get_option(‘home’).’/?fly=’, $text);
$text=str_replace(“href=’”, “href=’”.get_option(‘home’).”/?fly=”, $text);
return $text;
}
add_action(‘init’, ‘redirect_comment_link’);
function redirect_comment_link(){
$redirect = $_GET[‘fly’];
if($redirect){
if(strpos($_SERVER[‘HTTP_REFERER’],get_option(‘home’)) !== false){
header(“Location: $redirect”);
exit;
}
else {
header(“Location: “.get_bloginfo(‘url’).””);
exit;
}
}
}
//评论者链接跳转_End

如果你要改的话把fly改成任意你要的词就好了一共三处=w=~

当然虽然不知道为什么要加nofollow不过如果要写的话就:

Disallow: /?fly=*

╮(╯-╰)╭我只是觉得很帅而已……

原文应该是来自:http://boliquan.com/jump-wordpress-reviewers-link/

=0=因为百度了好一大把所以我也搞不清啦百度第一个杠杠的

另:PC的WP酷似乎提供了一个更全的不过使用方法很蛋疼而且链接太长,所以传送门

欢迎关注我的其它发布渠道