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] Is there an ATO way to disable the Comment Form URL versus tweaking comments (http://forum.bytesforall.com/showthread.php?t=2057)

fromtheranks Jun 15, 2009 06:32 PM

[SOLVED] Is there an ATO way to disable the Comment Form URL versus tweaking comments
 
I really don't care to have the commentator's URL (website) in the comment form. If a visitor is perusing the comments and clicks on the author's name it takes them away from my site.

Other than commenting out the code below, is there a way to disable this?

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>

Thanks in advance.

Flynn Jun 18, 2009 05:42 AM

That would probably be the best way, because if you removed the author link from the displayed comments but left it in the comment form the person leaving the comment might be upset about that unnecessary form field.

fromtheranks Jun 18, 2009 12:10 PM

Thanks, Flynn. :)


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

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