Archived topic
How can I make the pagination links nofollow?
3 replies · Started by Brandon on January 26, 2016
Hello, I am wondering how to make the pagination links (next,previous,1,10) nofollow?
The code I found for the functions.php did not work.
Please let me know. Thanks!
Hi there,
Not sure if this will work but give it a go: https://gist.github.com/generatepress/79a3b6e8493e09ab1aae
Adding PHP: https://generatepress.com/knowledgebase/adding-php-functions/
Let me know :)
This worked like a charm.
I was using: $links = str_replace( 'href="', 'rel="nofollow" href="', $links );
Thanks again! Bed time.
That's great!
You're welcome :)
