Return to Snippet

Revision: 40329
at January 30, 2011 14:11 by silentpro


Initial Code
/* 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' ); ?>

Initial URL


Initial Description


Initial Title
Nofollow Wordpress Comment Links

Initial Tags
php, textmate, wordpress, links

Initial Language
Other