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
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
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