很多的时候我们需要给自己的文章外链添加一个nofollow,那么wordpress怎么添加啦,其实也是比较的简单,直接代码就可以实现,代码是在幻杀博客摘录的
直接把以上的代码放到functions.php模板里面就大功告成:
//给文章外链添加nofollow
add_filter(‘the_content’,’web589_the_content_nofollow’,999);
function web589_the_content_nofollow($content){
preg_match_all(‘/href=”(.*?)”/’,$content,$matches);
if($matches){
foreach($matches[1] as $val){
if( strpos($val,home_url())===false ) $content=str_replace(“href=”$val””, “href=”$val” rel=”external nofollow” “,$content);
return $content;
就可以自动的给网站文章加一个nofollow了,直接告诉搜索引擎不给这个链接记录权重和追中。
对于wordpress怎么给文章外链添加nofollow解答就到这里了,大家在使用pos机刷卡、pos机办理、pos机使用等等问题,上面有不明白的都可以加我微信(chengzhi369),使用pos机一定要在正规渠道办理,这样子使用才会更加的安全可靠,有保障。