solargus
Member
Posted 10 months ago #
I've tried to change my Comment.php file to what you're prescribed, but the entries you've listed to look for do not exist, so I cannot make the changes you recommend.
I'm using the Revolution Code Blue 2.0 theme, and here's my Comment file:
[Code moderated as per the Forum Rules. Please use the pastebin]
http://wordpress.org/extend/plugins/spam-free-wordpress/
Add this line:
<?php if(function_exists ('tl_spam_free_wordpress_comments_form')) { tl_spam_free_wordpress_comments_form(); } ?>
below this line from your comments.php file:
<p><label for="url">Website</label>
<input type="text" name="url" id="url" value="<?php echo $comment_author_url; ?>" size="50" tabindex="3" /></p>