Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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

    #602741

    Please, I need a help for the links I mentioned in the previous post have rel = “nofollow”

    Thanks

    #602745

    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?

    #603013

    Please i need help in this subject.

    Why i dont have a answer?

    #603026

    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

    #607518

    Thanks, i’ll try

    :)

    #607523

    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

    #607525

    Ok

    #607558

    Hi!

    Thread will be on hold until you reply. Please reply only when you would like to reopen it :)

    Cheers!
    Yigit

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘rel="nofollow"’ is closed to new replies.