• TOM

    (@sandbad)


    i want comments show on my page by default.i red i must add this link to make comment appear this is the link <?php comments_template() ?> I WANT TO KNOW HOW exactly add this link ?? because im beginner in php code
    this is my web site http://www.ancientbabyloncivilization.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    You need to add this at the end of the Loop.

    Thread Starter TOM

    (@sandbad)

    thanks for your answer but i need more detail because im new in php language and wordpress.where the loop located ?

    Michael

    (@alchymyth)

    the loop:
    http://codex.ww.wp.xz.cn/The_Loop

    for (static) pages, this could be in page.php (details depend on your theme)

    you could add <?php comments_template(); ?> before the <?php endwhile; ?> of the loop.

    by default and for good reasons, wordpress does not enable comment form or comments on ‘multi-post’ pages such as the front page or archive pages.

    Thread Starter TOM

    (@sandbad)

    THANK VERY MUCH .

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘how i add comment code?’ is closed to new replies.