nofollow all links in comment section

  • Posted in : Bloggy WP
  • Eloen
    Participant

    I would like ALL the links in the comment area to have the attribute rel=”nofollow”

    Which PHP file do I edit? Thank you.

    Mehmet S.
    Keymaster

    Hi, use this in your theme options > style > external js box:

    jQuery(document).ready(function($)
    {
    	$( '#comments a' ).attr( 'rel', 'nofollow' );
    });
    

    Thanks

    Mehmet S.
    Keymaster

    Edited:

    <script>
    jQuery(document).ready(function($)
    {
    	$( '#comments a' ).attr( 'rel', 'nofollow' );
    });
    </script>
    
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register