![]() |
Link URLs from visitors comments
Can someone tell me how to remove the URL links from visitors comments on posts?
So if you have name of the person who posted a comment, there is usually anchor text to his site and I would like only name of the visitors without link to his site. This way many posts like You have a nice blog would actually be posted. |
which cms? wordpress?
you could always strip html from comments Code:
add_filter('comment_text', 'wp_filter_nohtml_kses'); Code:
remove_filter('comment_text', 'make_clickable', 9); |
All times are GMT -7. The time now is 08:20 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123