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" />
<label for="<?php _e('url','atahualpa'); ?>">
<?php _e('Website','atahualpa'); ?></label>
</p>
Thanks in advance.
|