在根目录建立文件夹 abc
里面放一个 index.php 文件,内容如下
<?php $url = $_GET['url']; $url = base64_decode($url); ?>
<meta http-equiv="refresh" content="0.1;url=<?php echo $url; ?>">
<meta http-equiv="refresh" content="0.1;url=<?php echo $url; ?>">
也可以自由发挥在该页面添加你要的页面内容
然后在自定义字段链接处使用以下代码获取内链
<a rel="external nofollow" target="_blank" href="<?php echo get_bloginfo('wpurl')."/abc?url=" .base64_encode($此处填自定义字段);?>" >