/*
* WordPress给文章外链添加nofollow有助于seo优化
*/
add_filter(‘the_content’,’web589_the_content_nofollow’,999);
function web589_the_content_nofollow($content){
preg_match_all(‘/href=”(.*?)” rel=”external nofollow” rel=”external nofollow” /’,$content,$match
文章内外部链接添加nofollow
登录之后回答问题,请先登录!
我的回答: 最多上传一张图片和一个附件
请先登录!