Forums
Forums / Fixing WordPress / remove url from comment
(@ruriko)
16 years, 5 months ago
How do I remove the url field in the comment form?
(@perthmetro)
look in comments.php in your theme folder
(@shane-g-1)
Hi,
Use this htaccess code:
RewriteRule ^URL/(.+)$ http://www.yourblog.com/$1 [R=301,L]
Thanks,
Shane G.
(@t31os_)
Read the question again Shane… 😉
(@mkohtm)
15 years, 10 months ago
Hi Ruriko,
Check out this post http://ww.wp.xz.cn/support/topic/322049?replies=3
The topic ‘remove url from comment’ is closed to new replies.
(@ruriko)
16 years, 5 months ago
How do I remove the url field in the comment form?