Need help with my Wordpress Comments box-Please!!

6 replies
  • WEB DESIGN
  • |
Hi,

I have just started out with Wordpress, have a blog that is going to be heavily dependent on comments from visitors, so it needs to be userfriendly. I need to have the comments box already automatically open on each page, or at least on the main page, instead of them having to click on that tiny almost invisible hyperlink that says "comments" at the bottom of the page, to get the comments box open.

So far, I have gathered that I should paste in a code of
<?php comments_template();?> at the end of the wordpress loop in the index.php file inside wordpress. Which I have done, but it has not worked to open up my box automatically. I have enabled all the links in the comments box. My website is whengodhelps.com.

Since no one at Wordpress forum responded to my 3 requests, I would be eternally grateful for anyone who can give me some help!!! Thanks in advance.
#boxplease #comments #wordpress
  • Profile picture of the author awesometbn
    Try cforms II by delicious days. You get a lot of control over the creation of contact forms, including the replacement of the default contact form built into WP. Let me know if that helps. Thanks.
    {{ DiscussionBoard.errors[559114].message }}
    • Profile picture of the author nudirection
      Thanks,
      I had tried Cform and Ajaxed Comments plugins.
      The Cform worked but the box size was too small in the comments section, and with the type of website that I have, there may be some lengthy comments.
      I couldn't get the Ajaxed comments plugin to work. Didn't get much help from their support desk.
      {{ DiscussionBoard.errors[559151].message }}
      • Profile picture of the author Karen Blundell
        you have <?php comments_template();?>

        you need a space there...try:
        <?php comments_template(); ?>

        and make sure you put it before this in the loop:
        <?php endwhile; ?>
        Signature
        ---------------
        {{ DiscussionBoard.errors[559178].message }}
  • Profile picture of the author nudirection
    Thank you Karen,
    I have entered it in as you said before the endwhile (although I noticed that code was already present a few lines up from the endwhile line). No luck still after refreshing the page.

    This may be a silly question, but...
    When posting these code alterations, I am in my dashboard of WP, under design, then under theme edit, then main index.php to insert these code changes.

    Am I in the right spot, or should these changes be done in my actual hostmonster file manager cpanel?
    {{ DiscussionBoard.errors[559203].message }}
  • {{ DiscussionBoard.errors[622584].message }}
    • Profile picture of the author perryny
      I realize that this post is quite old, but I found it because I've been searching for the same answer... without success until just now.

      I downloaded a WP plugin from JS-kit.com. Worked instantly without a hitch. $12 a year is a very acceptible price to pay for finally getting this done!

      Hope this helps anyone else looking for a way to do this.

      -Robert
      {{ DiscussionBoard.errors[1412242].message }}

Trending Topics