wp给文章评论添加go跳转

496次阅读
5 条评论

共计 1005 个字符,预计需要花费 3 分钟才能阅读完成。

今天来说说,wordpress 如何给文章评论里的链接,添加 go 跳转,使其有利于 SEO。首先找到模板文件中的“functions.php”添加以下代码:

// 评论链接 url 跳转
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="', 'target="_blank"href="'.get_option('home').'/go.php?url=', $text );
$text = str_replace("href='", "target='_blank'href='".get_option('home')."/go.php?url=", $text );
return $text;
}
add_action('init', 'redirect_comment_link');
function redirect_comment_link(){
$redirect = $_GET['url'];
if($redirect){
if(strpos($_SERVER['HTTP_REFERER'],get_option('home')) !== false){
header("Location: $redirect");
exit;
}
else {
header("Location: https://www.qicaiyun.top/"); // 此处!请修改成自己的链接
exit;
}
}
}

需要注意的是:

$text = str_replace('href="', 'target="_blank"href="'.get_option('home').'/go.php?url=', $text );
$text = str_replace("href='", "target='_blank'href='".get_option('home')."/go.php?url=", $text );


有的人使用的是静态页面,所以应把 /go.php?url= 改为 /go.html?url=,否则会跳转不成功。至于 go.php 内代码,网上一大堆,请自行百度吧。

正文完
 
评论(5 条评论)
Medical Rehab Centers 评论达人 LV.1
2020-04-01 03:36:02 回复

Opioid Rehab Centers Near Me http://aaa-rehab.com Drug Rehab Centers Near Me Closest Methadone Clinic To Me
https://www.google.co.zm/url?q=http://aaa-rehab.com

 Windows  Chrome  美国俄亥俄亚马逊
Best Rehab Near Me 评论达人 LV.1
2020-03-31 11:19:36 回复

Samhsa Substance Abuse http://aaa-rehab.com Alcohol Rehab Near Me Substance Abuse Treatment Centers Near Me
http://3.cncal.com/home.php?mod=space&uid=456721

 Windows  Opera  美国俄亥俄亚马逊
2020-03-30 19:08:44 回复

Local Drug Treatment Centers http://aaa-rehab.com Drug Rehab Centers Free Rehabilitation Centres
http://decoratorsheaven.com/user/profile/19152

 Windows  Chrome  美国俄亥俄亚马逊
2020-03-30 03:39:45 回复

Substance Use Assessment http://aaa-rehab.com Drug Rehab Centers Suboxone Rehab
https://www.vingle.net/posts/2825279

 Windows  Edge  美国俄亥俄亚马逊
Drug Rehab Programs 评论达人 LV.1
2020-03-26 06:27:00 回复

Drug Rehabilitation Center http://aaa-rehab.com Drug Rehab Centers Near Me http://aaa-rehab.com Drug Rehab Clinics Near Me
http://aaa-rehab.com

 Windows  Chrome  美国俄亥俄亚马逊