• In the sidebar menu I created a page, when I created the page there were two options. One is allow comments and the other is allow pings, I would like to have it allow comments, but I do not see a link for comments.

    Is there something I need to turn on that I am not seeing?

    LS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Can you provide a link? I think I know what you’re referring to but I wanted to see it first.

    Thread Starter lipskid

    (@lipskid)

    http://eprofile.org/whatever/

    On the left hand side under pages.

    You need to make sure that your page.php template has the comment template in it. <?php comments_template(); ?>

    Thread Starter lipskid

    (@lipskid)

    Am I supposed to copy the above information into my page.php? Or is there more I need to get?

    I noticed I have a comments template in my list of templates. Do I just copy and pase that into page.php? Or is there some form of call script or setting I have to add. I tried a search but think I am giving bad params to search for, where would be the best place to read about this.

    Thank you
    LS.

    Just drop this:

    <?php comments_template(); ?>

    into the page.php where you want the comments to go.

    Thread Starter lipskid

    (@lipskid)

    Thank you very kindly. I had tried adding it before and just learned things will not work below the footer.php ;).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘comments for pages.’ is closed to new replies.