Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Forum How-To (http://forum.bytesforall.com/forumdisplay.php?f=9)
-   -   How to remove "website" field from comments? (http://forum.bytesforall.com/showthread.php?t=3640)

xukca Sep 29, 2009 02:09 AM

How to remove "website" field from comments?
 
Hello!I am new to wordpress and i meet dificulties.I will be very happy if someone could help me removing the "website" field from comments.Thank you in advance!Best regards!

P.S. Sorry about my ENGLISH!

juggledad Sep 29, 2009 05:06 PM

edit comment.php and remove lines 133-137 (ver 3.4.3) which should be
HTML Code:

<p>
<input class="text url" type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="30" tabindex="3" />&nbsp;
<label for="<?php _e('url','atahualpa'); ?>">
<?php _e('Website','atahualpa'); ?></label>
</p>


ksmith101 Dec 28, 2009 03:41 PM

I have noticed as I am reading throug the posts that 'make a change to the file' is used alot. If I change the code then update the theme when you have an updated version wont I loose all my custom coding changes.

juggledad Dec 28, 2009 05:47 PM

Yes you will. However sometimes you want something that is outside the design of the theme so you have two choices, give up your want or make the change in source and carry that change forward every new release...unless it is such a great idea that it gets incorporated into the theme.

When I first started using the theme (version 3.2), I wanted a rotating header but there wasn't one. I actually coded a routine and got it to work and posted it. Flynn liked it and the idea and put it into the next release. So individual desires can becme theme options.

ksmith101 Dec 28, 2009 06:17 PM

Thanks...I will just keep my list of custom code!


All times are GMT -6. The time now is 02:02 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.