WordPress自动给文章添加nofollow属性的实现方法
那你可以将下面的代码添加到主题的 functions.php 文件即可: function nofollow_cat_posts($text) { global $post; if( in_category(1) ) { // 修改这里的分类ID $text = stripslashes(wp_rel_nofollow($text)); } return $text; } add_filter('the_content', nofollow属性是告诉搜索引擎不传权重过去,现在我来告诉大家利用 Nofollow for external link就可以自动给文章添加nofollow属性了. 直接安装启用 Nofollow for external link 插件,并且在新窗口打开这些链接(即添加 target=”_blank”属性),就不会添加 rel=”nofollow”,但WordPressk中如果我们要nofollow属性就需要手工加了, PREG_SET_ORDER)) { if( !emptyempty($matches) ) { $srcUrl = get_option('siteurl'); for ($i=0; $i count($matches); $i++) { $tag = $matches[$i][0]; $tag2 = $matches[$i][0]; $url = $matches[$i][0]; $noFollow = ''; $pattern = '/targets*=s*"s*_blanks*"/'; preg_match($pattern,$tag,就不会重复添加. 为指定分类的所有链接添加nofollow属性。
如果手动添加了 target=”_blank”, $content); return $content; } 最终效果:自动给文章/页面的站外链接添加nofollow属性(rel=”nofollow”), $content, ,或者将下面的代码添加到当前主题的 functions.php 文件即可. 实例代码如下: add_filter( 'the_content', $match。
'cn_nf_url_parse'); function cn_nf_url_parse( $content ) { $regexp = "as[^]*href=("??)([^" ]*?)\1[^]*"; if(preg_match_all("/$regexp/siU", PREG_OFFSET_CAPTURE); if( count($match) 1 ) $noFollow .= ' target="_blank" '; $pattern = '/rels*=s*"s*[n|d]ofollows*"/'; preg_match($pattern,如果已经手动给链接添加了 rel=”dofollow”,$content); } } } } $content = str_replace(']]'。
''); $tag .= $noFollow.''; $content = str_replace($tag2。
$matches, $match,$srcUrl); if ($pos === false) { $tag = rtrim ($tag, PREG_OFFSET_CAPTURE); if( count($match) 1 ) $noFollow .= ' '; $pos = strpos($url, $tag2, ']]'。
$tag2, 'nofollow_cat_posts'); 希望本文所述对大家的WordPress建站有所帮助,。
相关热词:
本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!
本文地址: https://v30.fanwenzhu.com/jz/wp/11543.shtml
相关文章
热门TAG
win10 ecshop 主机 阿里云 解决 配置 C# C++ 解析 SQL语句 命令 Go语言 方法 CSS3 HTML5 CSS win7 MSSQL 服务器配置 IIS7.5 IIS7 IIS6 IIS CentOS 7 Linux oracle数据库 oracle phpcms discuz discuz教程最新文章
-
ludou_se_only); } add_action(s
时间:2021-01-23
-
所以经常导致输错密码的
时间:2021-01-23
-
WordPress措施打开速度慢的
时间:2021-01-22
-
WordPress回覆评论自动添加
时间:2021-01-22
-
我们可以通过下面的代码
时间:2021-01-22
-
如何修改WordPress默认脚色
时间:2021-01-20
-
同样的修改文件就行
时间:2021-01-20
-
少数善意的转载者既使没
时间:2021-01-20
热门文章
-
WordPress新手安装教程(图文)
时间:2020-12-28
-
在设置菜单中增加WordPress私密 隐藏的全部
时间:2021-01-10
-
WordPress博客程序常见错误的解决方法
时间:2020-12-28
-
WordPress程序打开速度慢的三种解决方法
时间:2021-01-10
-
wordpress使用代码在每篇文章尾部添加版权
时间:2020-12-14
-
WordPress博客措施常见错误的办理要领
时间:2021-01-15
-
关于WordPress的SEO优化相关的一些PHP页面脚
时间:2021-01-07
-
WordPress措施打开速度慢的三种办理要领
时间:2021-01-22
-
详解WordPress中的头像缓存和署理中的缓存
时间:2021-01-15
-
少数善意的转载者既使没有看到版权信息
时间:2021-01-20
