• Resolved applesfaceman

    (@applesfaceman)


    I changed themes to Photoria and now on my “Pages” the comments are not there, nor the option to post them, but they work great on my Posts, Im unable to post a link to my site, could anyone point me in the right direction to enable this?
    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • general suggestion, without knowing the theme:

    there might be no comments_template() code in page.php (?)

    look into page.php to see if you can find it.
    if not,
    look into single.php and try to identify the code section with comments_template();
    try to copy it and paste into page.php.

    (might be in loop.php or other template files; details depend on the theme)

    Thread Starter applesfaceman

    (@applesfaceman)

    Oh kick-ace! figures its that easy and i cant even figure that out myself :-p

    So i went to single.php found <?php comments_template(); ?> and nothing else like it, so i saw it was under
    </div><!– end .postcontent –>

    just like this
    </div><!– end .postcontent –>
    <?php comments_template(); ?>

    So i found
    </div><!– end .postcontent –>
    in page.php
    and simply placed
    <?php comments_template(); ?>
    under it. making it just like single.php.
    and BAM! pages have comments now ??
    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photoria theme does not display comments on Pages??’ is closed to new replies.