Title: configuring my comments.php
Last modified: August 20, 2016

---

# configuring my comments.php

 *  Resolved [valmo926](https://wordpress.org/support/users/valmo926/)
 * (@valmo926)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/configuring-my-commentsphp/)
 * Hi, I just installed the plugin on our site a few days ago:
 * [http://www.writersonthebrink.com/](http://www.writersonthebrink.com/)
 * And the password field isn’t displaying. I’ve tried different browsers and I’ve
   tried clearing my cache, but still no field. I know of one other person this 
   happened to as well, though some of our regular commenters seem to be getting
   their comments through without any problem. Can you please help us? Thanks.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Todd Lahman](https://wordpress.org/support/users/toddlahman/)
 * (@toddlahman)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/configuring-my-commentsphp/#post-2175490)
 * Open the comments.php file in the editor and find this line:
 * `<p><input type="text" name="url" id="url" value="" size="22" tabindex="3" />
   <label for="url"><small>Website</small></label></p>`
 * Just after that line add this line:
 * `<?php if(function_exists ('tl_spam_free_wordpress_comments_form')) { tl_spam_free_wordpress_comments_form();}?
   >`
 * As described here:
 * [http://wordpress.org/extend/plugins/spam-free-wordpress/installation/](http://wordpress.org/extend/plugins/spam-free-wordpress/installation/)
 * Another option would be to read the instructions for WordPress 3.0 and Above 
   on the installation page, which would give you a lot more options later.
 * Also, be sure to upgrade from WordPress 3.0.1 to WordPress 3.2 to take full advantage
   of the coming features in Spam Free WordPress.

Viewing 1 replies (of 1 total)

The topic ‘configuring my comments.php’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/spam-free-wordpress.svg)
 * [Spam Free WordPress](https://wordpress.org/plugins/spam-free-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/spam-free-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/spam-free-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/spam-free-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/spam-free-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/spam-free-wordpress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Todd Lahman](https://wordpress.org/support/users/toddlahman/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/configuring-my-commentsphp/#post-2175490)
 * Status: resolved