Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] Remove Website Box from Comment Form (http://forum.bytesforall.com/showthread.php?t=6087)

frgvn Feb 28, 2010 08:20 PM

[SOLVED] Remove Website Box from Comment Form
 
I would like to remove the website box from the comment form. I have already changed the Leave a Reply to Leave a Comment in the comments.php. I found the area about URL box in the comments.php, but before I start deleting things I wanted to check with you guys. Is there another way to do it in another area? or if I do need to do it in the php file - could you tell me how much I need to delete exactly. Always freaks me out to mess in the php files.
Thanks - grannyc

juggledad Mar 1, 2010 04:45 AM

remove the lines of code 133-137 (version 3.4.6) 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>


frgvn Mar 1, 2010 08:36 AM

Thanks Juggledad - that's what I thought!


All times are GMT -6. The time now is 03:10 PM.

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