Site logo

Archived topic

How can I make the pagination links nofollow?

3 replies · Started by Brandon on January 26, 2016

Viewing posts 1–4 of 4

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!

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

This archived topic is closed to new replies.