Comment puis-je ajouter rel = "nofollow" à cela?
echo " <a href='";
the_permalink();
echo "' >"."(...)"."</a>";
pas sûr mais essayez ceci
echo " <a href='";
the_permalink();
echo "' rel='nofollow'>"."(...)"."</a>";
jetez également un coup d'oeil sur cette <a href="<?php the_permalink(); ?>" rel="nofollow">(...)</a>