Multiple businesses
-
Hello Rich,
I would like to display GG reviews for multiple businesses.
I am managing a kind of directory for a specific line of business.Though the widget outpus seems fine on the backend, on the front end, it always show the latest one, regardless of the grw_id.
I am using ACF, and here’s my code (with debug option : the $grw_id show the correct value, but not the shortcode output.
$grw_id= get_field('google_review_id'); if ($grw_id){ echo '<br/>grw_id :' . $grw_id; //correct (varies according to the entry) echo do_shortcode( '[grw id=". $grw_id ."]' ); //always the same output. ?? }
Any ideas ?
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Multiple businesses’ is closed to new replies.