Assign Reviews only to specific post type
-
I am using shortcode
<?php echo do_shortcode('[site_reviews_form assign_to="post_id" schema=true hide="title,name,email" category='.$userTerm.']'); ?>
issue is – sometimes reviews are getting assigned to another post type that is – (questions) which are present on the same post, to which i have to assign reviews instead what i want is – reviews should only be assigned to post type->business.
Pls help…
-
My Novice thinking
– what if we place a condition on
assign_to="post_id"
that it should always be equal to post type – business.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Assign Reviews only to specific post type’ is closed to new replies.