给wordpress的评论和回复链接添加nofollow属性

chen'mo
2013-08-23 / 0 评论 / 3,175 阅读 / 正在检测是否收录...
温馨提示:
本文最后更新于1970年01月01日,已超过19836天没有更新,若内容或图片失效,请留言反馈。

最近发现好多打广告的啊。。。于是我决定给评论加个nofollow属性。。

顺便优化以下,要加的地方有两个,一个是评论者的链接,还有就是那个“回复”这也是个链接。

代码如下:

  1. //为评论者添加nofollow属性
  2. functionadd_nofollow_to_comments_popup_link(){
  3. return'rel="nofollow"';
  4. }
  5. add_filter('comments_popup_link_attributes', 'add_nofollow_to_comments_popup_link');
  6. //为评论回复链接加nofollow属性
  7. add_filter('comment_reply_link', 'add_nofollow_to_replay_link');
  8. functionadd_nofollow_to_replay_link($link){
  9. returnstr_replace( '")\'>', '")\' rel=\'nofollow\'>',$link);
  10. }

以后对于广告都放行。。打个广告也不容易

0
2498元步步高vivo X3发布:5.75毫米超越华为P6
« 上一篇 08-22
jquery置顶栏
下一篇 » 08-24

评论 (0)

插入图片