How to add comments box in WP pages ?

Discussion in 'WordPress' started by jaamama, Jun 19, 2012.

  1. #1
    How to add comments box in WP pages ?
    i have a WP blog and i want to add comments box on my some pages but i dont find any option for doing it.
    Please help me for fix it. Thanks in advance
     
    jaamama, Jun 19, 2012 IP
  2. Imposter

    Imposter Peon

    Messages:
    169
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What exactly do you have in mind? A submit form for posting comments or a list of recent comments?
     
    Imposter, Jun 19, 2012 IP
  3. cons1t

    cons1t Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #3
    Wordpress defaults to allowing comments on posts and pages. Some templates remove this feature to make the pages n stuff look nicer.

    codex.wordpress.org/Function_Reference/comments_template

    Shows you how to use the function. Or add
    [/FONT][/COLOR]<?php comments_template(); ?>
    Code (markup):
    to your template file where you want the comment.
     
    cons1t, Jun 19, 2012 IP
  4. locke815

    locke815 Peon

    Messages:
    480
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes, by default it has comment box for post and pages unless you use different themes.
     
    locke815, Jun 19, 2012 IP
  5. jaamama

    jaamama Banned

    Messages:
    169
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    28
    #5
    default comments box show only blog posts not in blog page. i want add comments box in some pages post how can i do this ?
    if you have any plugins for this pleas share with main.
     
    jaamama, Jun 27, 2012 IP