-
AuthorPosts
-
March 23, 2016 at 2:48 am #602253
Working in footer, I need that all footer links are rel=”nofollow”
Also on the main page I have a list element icons with many external links, and want everyone to be rel = “nofollow”
Thanks
March 23, 2016 at 7:03 pm #602741Please, I need a help for the links I mentioned in the previous post have rel = “nofollow”
Thanks
March 23, 2016 at 7:09 pm #602745In another topic you recommend replacing line 82 of footer.php by:
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);
But in my theme, in footer.php line 82 I read:
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = kriesi_backlink(get_option(THEMENAMECLEAN.”_initial_version”));What should I do?
March 24, 2016 at 1:41 pm #603013Please i need help in this subject.
Why i dont have a answer?
March 24, 2016 at 1:54 pm #603026Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function remove_title_attr(){ ?> <script> jQuery(window).load(function(){ jQuery('#footer a').attr('rel','nofollow'); }); </script> <?php } add_action('wp_footer', 'remove_title_attr');Best regards,
YigitApril 4, 2016 at 12:50 pm #607518Thanks, i’ll try
:)
April 4, 2016 at 1:00 pm #607523Hey!
Alright! we will keep this ticket open for you once you try it you can let us know so we can close it or further trouble shoot…
Regards,
VinayApril 4, 2016 at 1:01 pm #607525April 4, 2016 at 1:42 pm #607558 -
AuthorPosts
- The topic ‘rel="nofollow"’ is closed to new replies.
