I tried to make each one of my post excerpt’s link to the full post “nofollow” like this:
<a href="<?php the_permalink() ?>" rel="nofollow">→ Continue Reading</a>
However, that doesn’t seem to work. I’m pretty new to WP / PHP, so what do I need to do?
In your theme’s functions.php: