Pour supprimer le nofollow de votre blog WordPress, copiez ce code dans le fichier functions.php :

[pastacode lang= »php » message= »Supprimer le nofollow de WordPress » highlight= » » provider= »manual » manual= »%2F**%0AEnlever%20le%20nofollow%20du%20site%0A*%2F%0A%2F%2F%C3%89tape%201%2C%20on%20enl%C3%A8ve%20le%20nofollow%20cod%C3%A9%20en%20dur%20dans%20les%20commentaires%0Afunction%20seomix_comment_remove_nofollow1(%24text)%20%7B%0Areturn%20str_replace(‘%22%20rel%3D%22nofollow%22%3E’%2C%20’%22%3E’%2C%20%24text)%3B%7D%0Aadd_filter(‘comment_text’%2C%20’seomix_comment_remove_nofollow1’)%3B%0A%0A%2F%2F%C3%89tape%202%2C%20on%20d%C3%A9sactive%20l%E2%80%99ajout%20en%20dur%20du%20nofollow%20lors%20de%20l%E2%80%99enregistrement%20des%0Acommentaires%20(cette%20fois-ci%20en%20d%C3%A9sactivant%20un%20filtre)%0Aremove_filter(‘pre_comment_content’%2C%20’wp_rel_nofollow’%2C%2015)%3B%0A%0A%2F%2F%C3%89tape%203%2C%20on%20enl%C3%A8ve%20l%E2%80%99attribut%20nofollow%20de%20la%20fonction%20qui%20ajoute%20le%20nom%20(et%0Al%E2%80%99URL)%20de%20l%E2%80%99auteur%0Afunction%20seomix_comment_remove_nofollow2(%24string)%7B%0Areturn%20str_replace(‘%20nofollow’%2C%20 »%2C%20%24string)%3B%7D%0Aadd_filter(‘get_comment_author_link’%2C%20’seomix_comment_remove_nofollow2’)%3B »/]

Cet article de SeoMix parle aussi du nofollow.