There's lots of spammers on the internet who take the advantage of default feature of WordPress of Autoimatically turns urls left in the comment form into links. If you want to remove here is a Hack tip .
To remove automatic linking of urls in comments, simply open your functions.php file and paste the following code:
That's all Once saved, you can say bye bye to spammy links in comments.
If you enjoyed this article, please consider sharing it!
To remove automatic linking of urls in comments, simply open your functions.php file and paste the following code:
remove_filter('comment_text', 'make_clickable', 9);
That's all Once saved, you can say bye bye to spammy links in comments.
If you enjoyed this article, please consider sharing it!