/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/* 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' ); ?>