/ Published in: Other
Expand |
Embed | Plain Text
/* NO FOLLOW COMMENT LINKS */ <?php function add_nofollow_to_comments_popup_link(){ return ' rel="nofollow" ';} add_filter( 'comments_popup_link_attributes', 'add_nofollow_to_comments_popup_link' ); ?>
You need to login to post a comment.
