How to make ADD COMMENT box appear autom. under every post?

Discussion in 'WordPress' started by fatabbot, Jun 6, 2007.

  1. #1
    I notice that with a wordpress blog, i have to click on the comments link first to add a comment... Is there a way to have the comment box automaticly under each post?
     
    fatabbot, Jun 6, 2007 IP
  2. CypherHackz

    CypherHackz Well-Known Member

    Messages:
    447
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    155
    #2
    put this php code in single.php file. but make sure it is within the loop.

    <?php comments_template(); ?>
    Code (markup):
    -cypher.
     
    CypherHackz, Jun 6, 2007 IP
  3. humm

    humm बहादुर बच्चा

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    #3
    But don't you think it will ruin the look of the blog? I mean how strange will the index/hompage appear! :eek:
     
    humm, Jun 8, 2007 IP
  4. Nectarine

    Nectarine Peon

    Messages:
    132
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you view the post page, it's automatically there. If you want to add a comment box to every post, but don't want your design to look bad, just use the more tag partway through the post. People will click it to view the rest of the post, and bing -- there's the comment box. :D
     
    Nectarine, Jun 9, 2007 IP