In this page every link has rel="nofollow"
.
can you guys please tell me how to remove the nofollow from that page.
I am using WordPress them.
Hoping to receive some help from your side
Thanks in advance
In this page every link has rel="nofollow"
.
can you guys please tell me how to remove the nofollow from that page.
I am using WordPress them.
Hoping to receive some help from your side
Thanks in advance
Take a look at the following code snippet:
To remove nofollow from link please add the below code in your current active theme functions.php file.
The rss hook not allow to change content within tag, so create custom template for your feed.
For more help see this link : Click here.
You can get the content of custom feed templates from core wordpress folder
/wp-includes/feed-rss2.php
I hope it will help you.