How can i add rel="nofollow" to this?
echo " <a href='"; the_permalink(); echo "' >"."(...)"."</a>";
not sure but try this
echo " <a href='"; the_permalink(); echo "' rel='nofollow'>"."(...)"."</a>";
also have a look on this <a href="<?php the_permalink(); ?>" rel="nofollow">(...)</a>
<a href="<?php the_permalink(); ?>" rel="nofollow">(...)</a>
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
129 times
active