Comments for individual pages
-
Hello, I’m not sure if this wordpress issue or one of the plugins.
Basically, this is what I’m using
Wordpress v3.2.1
IntenseDebate v2.91
WP e-Commerce v3.85I want customers to be able to leave comments on a product. I only want comments to show under each seperate product on the single product page. I have looked for solutions but have not been able to find any.
I can make comments show, but if the customer writes a comment for one product the same comment will then show under every other product. I need to seperate this so that it only shows comments for each individual product.
This is the code I’ve been using as it’s the only one I can find
<?php comments_template('', true); ?>
I’ve tried different places in the wp-ecommerce file wpsc-single_product.php, but no joy. Does anyone know a solution for this?
Thanks in advance
- The topic ‘Comments for individual pages’ is closed to new replies.