How do I remove the url field in the comment form?
How do I remove the url field in the comment form?
look in comments.php in your theme folder
Hi,
Use this htaccess code:
RewriteRule ^URL/(.+)$ http://www.yourblog.com/$1 [R=301,L]
Thanks,
Shane G.
Read the question again Shane... ;)
Hi Ruriko,
Check out this post
http://wordpress.org/support/topic/322049?replies=3
This topic has been closed to new replies.