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
Please, I need a help for the links I mentioned in the previous post have rel = “nofollow”
Thanks
In 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?
Please i need help in this subject.
Why i dont have a answer?
Hi!
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,
Yigit
Thanks, i’ll try
:)
Hey!
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,
Vinay