How can i add rel=”nofollow” to this?
echo " <a href='";
the_permalink();
echo "' >"."(...)"."</a>";
How can i add rel=”nofollow” to this?
echo " <a href='";
the_permalink();
echo "' >"."(...)"."</a>";
You must be logged in to post a comment.
not sure but try this
also have a look on this
<a href="<?php the_permalink(); ?>" rel="nofollow">(...)</a>