Add Review Form to Theme?
-
I have a CPT of 2,000 products that I want to add the ability for users to add reviews per product.
I used the following in my theme:
<?php echo do_shortcode("[site_reviews_form assigned_posts='post_id']"); ?>
I had thought this would show the review form on the front-end for every product, but it does not. If I add a review to one of my products in the back-end, the form then does show with the php snippet I pasted above.
My question: How can I get the review form to show on my product post views without adding reviews to that product initially? I want user to see the review form on the product page and be the first people to add reviews for that product.
Possible? Or am I trying to use the plugin incorrectly?
- The topic ‘Add Review Form to Theme?’ is closed to new replies.