WordPress文章内的链接转换为go+ 链接
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

这个功能其实很多朋友都在使用,就是把外链改成自己博这的网址/go/外链的模式,很多朋友说博客里直接外链会影响网站的权重,这也是有可能的,反正博主是没有用,下面只分享一下更改方法给大家。
打开当前 wordpress 主题的 functions.php 文件,或者 WP 后台外观-编辑-functions.php 也可以,当然有些主题是转向另外的文件,大家自己找一下,添加以下代码:
//文章内外链添加 go 跳转 function the_content_nofollow($content){ preg_match_all('/<a(.*?)h="(.*?)"(.*?)>/',$content,$matches); if($matches){ foreach($matches[2] as $val){ if(strpos($val,'://')!==false && strpos($val,home_url())===false && !preg_match('/\.(jpg|jepg|png|ico|bmp|gif|tiff)/i',$val)){ $content=str_replace("h=\"$val\"", "h=\"".home_url()."/go/?url=$val\" ",$content); } } } return $content; } add_filter('the_content','the_content_nofollow',999);| 12345678910111213 | //文章内外链添加 go 跳转 function the_content_nofollow($content){ preg_match_all('/<a(.*?)h="(.*?)"(.*?)>/',$content,$matches); if($matches){ foreach($matches[2] as $val){ if(strpos($val,'://')!==false && strpos($val,home_url())===false && !preg_match('/\.(jpg|jepg|png|ico|bmp|gif|tiff)/i',$val)){ $content=str_replace("h=\"$val\"", "h=\"".home_url()."/go/?url=$val\" ",$content); } } } return $content; } add_filter('the_content','the_content_nofollow',999); |
在博客文件的根目录下创建文件夹 go,上传下面附件内的 index.php 文件,修改内网址为你的即可。
下载地址:https://www.lanzous.com/i2jx3sf
[教程]历史优惠活动内容
猜你可能想看的VPS
- 一只蛇长着脚是什么成语?全球[VPS测评]
- racknerd→高配便宜 VPS $29 年 KVM 虚拟 VPS 4全球[VPS测评]
- Online→€1.99 月 C2350 4GB 内存 1TB 硬盘 不全球[VPS测评]
- ITLDC→新加坡 洛杉矶 波兰 荷兰 乌克兰 捷克 瑞士等 KVM V全球[VPS测评]
- 便宜 VPS PacificRack→$9.99 每年 1 核 CPU 全球[VPS测评]
- 真实测评 无忧云→香港 CN2 线路 2 核 2G 2M 套餐测评数据香港VPS[主机]
- $6 月 2 核 CPU 5G 内存 100G SSD 100Mbps 全球[VPS测评]
- JS 完美校验身份证号有效性函数(亲测)全球[VPS测评]
- html select 怎么设置默认选中项全球[VPS测评]
- 惠工会 开通建行电子钱包 2 分钱充 20 元话费全球[VPS测评]
- WordPress删除文章时怎么才能删除缩略图及图片附件全球[VPS测评]
- WordPress 插件:wpjam collection图片集对Wor全球[VPS测评]
- 解决Debian9系统环境中文乱码的问题 检查设置UTF-8编码全球[VPS测评]
- Cloudflare Warp一键脚本+ 刷Warp IP脚本全球[VPS测评]
- 2020情人节: CloudCone 512 内存 10G HDD 1T全球[VPS测评]
- HKServerSolution → 1核心 2G内存 20G SSD 全球[VPS测评]
- Fatal error: Allowed memory size of 全球[VPS测评]
- 网站迁移服务器是如何运作的?新手站长看完这篇文章,很容易就能看完。全球[VPS测评]
- Fatal error: Allowed memory size of 全球[VPS测评]
- 华凯易佰同比扭亏跨境电商行业回暖H2旺季将至|中报追踪全球[VPS测评]
- 香港云服务器的优势有哪些方面香港VPS[主机]
- 磐逸云怎么样?1核1G香港安畅CN2 VPS带宽5M年付128元香港VPS[主机]
- uuuvps:香港大带宽vps低至239元/年;香港服务器720元/e3香港VPS[主机]
- anyhk香港HKT商宽NAT VPS,1Gbps无限流量,终身8折¥3香港VPS[主机]
- 企鹅小屋怎么样?深港IPLC专线销售 500M大带宽/2核1G内存/55全球[VPS测评]
- 40火伞高压电爬坡更让企业用电于民全球[VPS测评]
- 云米科技:美国CERA三网回程GIA 10Mbps大带宽,年付最低400美国VPS[主机]
- kvmloc:E5-26XX/16G/1T HDD/20Mbps不限流量日本VPS[主机]
- 私有云架设之优选拓普龙S465-24高密度存储服务器机箱评测解析全球[VPS测评]
- 亿速云香港服务器助力企业出海 有哪些具体的特点和优势?香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-30863.html











