nofollow all links in comment section Posted in : Bloggy WP EloenParticipant 2 June 2014 at 23:38 #14615 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 3 June 2014 at 05:11 #14621 Hi, use this in your theme options > style > external js box: jQuery(document).ready(function($) { $( '#comments a' ).attr( 'rel', 'nofollow' ); }); Thanks Mehmet S.Keymaster 3 June 2014 at 05:13 #14624 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 Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register