• Hello,

    I have built my wordpress site on my own computer using WAMP. Now I cannot see the box in which comments should
    be placed by viewers in the future. Is this because I am using the site offline? If I put it online,
    will the commentbox with name and email appear?

    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter FR08

    (@fr08)

    Hmm it seems the commentbox is visible in the POSTS but not in the PAGES.

    I want one page which has the comment option, anyone knows how to fix this?

    Have they ever been there?

    It’s probably a theme thing.

    Compare your index.php with page.php and look for something referencing comments like
    <?php comments_popup_link('ADD COMMENTS', '1 COMMENT', '% COMMENTS'); ?>
    yours will most likely look different from that, I just copied from my theme, but it will reference comments

    maybe comments_template or comments_popup or something

    Copy whatever function you find from index.php to page.php

    Thread Starter FR08

    (@fr08)

    yes thanks for the .. time ;P

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘commentsbox not visible offline’ is closed to new replies.