Is it possible to make changes in comments form without touching the WP Core - particularly in Coraline Theme
If so, plz tell me how to hide website field in comment form when using the coraline theme
thanks
Is it possible to make changes in comments form without touching the WP Core - particularly in Coraline Theme
If so, plz tell me how to hide website field in comment form when using the coraline theme
thanks
There are literally thousands of WordPress themes - which means that many people won't be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.
The comment form can be found in any of the posts at
http://indiapoint.net/archives/
or at
The thing is that in Coraline theme (by automattic), I could not find any file from where I could manipulate the comment form like hiding the "website" field.
Currently the tag that the 'Website' field uses is
p class="comment-form-url"
So, I was thinking of using the p class=hide
But cannot seem to find a way to do that through the theme
thanks
Try adding:
.comment-form-url {display:none;}
to the bottom of the theme's stylesheet.
Thanks.
Actually this worked:
p.comment-form-url {display:none;}
This topic has been closed to new replies.