• Resolved Avrohomd

    (@avrohomd)


    I just noticed something queer with my website:

    I don’t see any box for comments on the bottom of my pages.

    Any idea why?

    (I checked everything I am aware of on my dashboard — and they all show that comments are allowed)

    site: http://choveveitzion.com/

    Does the plugin: cForms II automatically take it out?

Viewing 5 replies - 1 through 5 (of 5 total)
  • did you check page.php to see if ` <?php comments_template(); ?>
    ` is in there?

    Thread Starter Avrohomd

    (@avrohomd)

    Alchymyth: YOU GOT IT!!!

    It is missing.

    However, I also tried the default theme — and I don’t find it there either.

    What exact code am I missing? Where would it be placed?

    I looked at the CSS stylesheet and I see lots of lines about comments there. Please advise.

    Thread Starter Avrohomd

    (@avrohomd)

    Can someone help me to finish with this?

    How can I get my comments box to appear?

    Thank you!

    by default, themes generally don’t put comments on pages
    so add the
    <?php comments_template(); ?>
    right after
    the_content
    in
    page.php

    Thread Starter Avrohomd

    (@avrohomd)

    Thank you!

    It works now.

    Avrohom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Comments missing’ is closed to new replies.