I just created a second comment template for pages on my blog. Everything was working out fine, until I tested it and approved the test comment.
When I go to the page, I still see the regular comment form, but now approved comment.
I made the templage for the page based on the page.php file and the 2nd comments.php file based on the original. What is missing? When I put
<?php comments_template(); ?>
i get what I need, but the form I need is on the 2nd comment template.
Why can't I get approved comments to show after they are submitted from the 2nd comment form?
This is the code I have on the new template copied from the page.php file:
<div class="comment-wrapper">
<?php include (TEMPLATEPATH . '/reviewcomments.php'); // Get wp-comments.php template ?>
</div>