Bug: page.php is missing <?php comments_template(); ?>


Author Message
jean #2

Posted: 5/16/2009
Quote message 

My page.php is missing <?php comments_template(); ?> so no matter what my settings in admin panel, comments will not appear on the page.

There is a suggestion on another post but that suggestion broke my gallery plugin.

I tried using

<?php endif; ?>
<?php comments_template(); ?>
<?php endwhile; ?>

just before the end, in the same location as in single.php but that didn't work either. :(

I think that not having the option of putting comments in a page is a bug in Artisteer. I have the very latest release.
 
Garry

Posted: 5/17/2009
Quote message 

You should try once more exporting the template/theme for testing purpose.
 
Bob

Posted: 5/22/2009
Quote message 

At the bottom of the page template find this

<?php endwhile; endif; ?>

and add this right after it

<?php comments_template(); ?>

nothing else