• Resolved eriuzo

    (@eriuzo)


    http://eriuzo.net76.net/about

    I can’t view the comments in the page. I dropped the SQL tables and reinstalled wordpress, but the glitch is still there.

    However, there are two exceptions about the glitch:
    1. In my local XAMPP, the glitch didn’t happen. (same theme, same wordpress 2.7, same plugins.
    2. The comments can actually be viewed when I’m using the ugly classic wordpress theme. Any other theme can’t..

    What’s wrong? I know a little bit of PHP, so you can give me instructions related.
    Thanks in advance.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter eriuzo

    (@eriuzo)

    nobody had an idea ?

    Thread Starter eriuzo

    (@eriuzo)

    I resolved it myself, finally.

    The following:

    <?php get_header(); ?>
    <?php include('templates/page.php'); ?>
    <?php get_footer(); ?>

    would be invalid. I instead overwrite the include line with the whole content of the file that was supposedly to be called. and voila.

    It appears that comment.php needs info fetched when the header is called by get_header().

    Sidenotes: this appears to be a theme specific bug, not a core bug.. But why would the default theme fail too? (at least on my case)

    i have same problems, I can’t view the comments in the page with wordpress 2.7.1

    and i have solutions, you just put this code on page.php:

    <?php comments_template(); ?>

    visit My blog..,

    plenuk

    (@plenuk)

    sorry, i was change my blog…

    visit my new blog

    thanks..

    I have this tried but my page like this

    the background must be white ??

    Any idee what I have to do?

    Thank you

    Yes! its work

    Hi I have the same problem in the page with wordpress 2.7.1
    I put <?php comments_template(); ?> in my page.php and no comment appear, I have only post. Can you post your page.php ?

    Could we please get some help from WORDPRESS.org on this issue of COMMENT BOX not showing. I’ve been to every forum and NO one has answered this question and it seems quite a few people are having the same problem. Please someone step in and address this issue. Thank you ahead of time. Robin

    same problem here … no comment boxes on my pages or posts, and everything is enabled correctly.

    Any ideas people?

    http://www.thenewhustle.net

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘can’t view comments in a page’ is closed to new replies.