I’ve done some searching and see that some have tried what I am looking to do but none without a solid answer.
What I am doing is using a page that renders different product information based on a query string that I am passing it. I would like for people to be able to comment on the products. I have had no issue with getting the comments on the page along with storing a the product id in the comments meta table. What I am having difficulty is when the page loads only display the comments for that particular product id.
Does anyone know of a native WP function that I can leverage for this.
The topic ‘Comments Filter’ is closed to new replies.
(@meno19)
14 years ago
I’ve done some searching and see that some have tried what I am looking to do but none without a solid answer.
What I am doing is using a page that renders different product information based on a query string that I am passing it. I would like for people to be able to comment on the products. I have had no issue with getting the comments on the page along with storing a the product id in the comments meta table. What I am having difficulty is when the page loads only display the comments for that particular product id.
Does anyone know of a native WP function that I can leverage for this.