Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #324883

    Hello,

    How can I make the latest entries links in the widget areas to be No Follow.
    I plug them in all pages and it will harm PR for the main pages.

    Thanks in advance,
    Olivier

    #324943

    Hey OlivierCharlot!
    Please go to wp-content/themes/enfold/framework/php folder and open class-framework-widgets.php and find
    echo "<a class='news-link' title='".get_the_title()."' href='".get_permalink()."'>";
    and change it to
    echo "<a class='news-link' rel='nofollow' title='".get_the_title()."' href='".get_permalink()."'>";

    Regards,
    Yigit

    #325279

    Dear Yigit,
    The answer is great, and impressive.
    When opening the file you mention I can not locate this string… There is not even a “039” in the file.
    I just found quite special Avia related widgets in this file.
    I hope you can give me some mor ehelp there.
    Many thanks,
    Olivier

    //EDITED

    #325395

    Hey!

    Thank you for the info but the code is breaking the forum layout. We can’t read it properly. Please place the code on pastebin.com.

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.