Add Comments on post listing pages
-
I can’t figure out how to get the comments form to show up on pages that have posts listed on it.
I’m working on a site for a client where we want to get feedback on every page via the comment engine. I have comments working on all pages and post types with the exception of page that show lists posts (blog landing page, resource landing page, events landing page, etc)
I did some testing and I get get the form to show if I put the <?php comments_template(); ?> call in the page template any where before the query_posts( $args );. But since we want the form at the bottom this won’t work.
Why would the query_posts(); kill the comments on that page?
Alternatively, I can CSS position the form at the bottom of the site but this is going to just add more work on a rush project.
Any help would be greatly appreciated
- The topic ‘Add Comments on post listing pages’ is closed to new replies.