How to make clickable the URL’s on comments area?
Hi!!
I want to make clickable the URL’s on the comments/answers.
If I write in my functions.php the following:
add_filter( 'comment_text', 'make_clickable');
doesn’t work.
If I write:
add_filter( 'the_content', 'make_clickable');
works, but also make clickable in the question area, and I only want the answers/comments section.
There is a way to do it?
Thanks.
Links in comments are automatically converted to anchor tag, you do not need to filter them.
Dima Stefantsov commented
Links in questions and answers should be automatically converted as well.
I tried changing the theme, and also in a fresh installation, but links are not converted.
Example of fresh installation: http://pruebas.akb48forever.com/wp/questions/question/adfasdfasdfsdafsdfasdf/