Reviews not showing, but submit form and pagination are
-
All of a sudden I noticed the reviews are not showing up on my site anymore. I’m using the following shortcode to manually add reviews to each product page:
<?php echo do_shortcode('[WPCR_SHOW POSTID="'. $post_id .'" NUM="5" PAGINATE="1" PERPAGE="5" SHOWFORM="1" HIDEREVIEWS="0" HIDERESPONSE="0" SNIPPET="" MORE="" HIDECUSTOM="0"]'); ?>
($post_id is a variable that contains the ID of the current post.)
The button and form to leave a new review show up. Also, the pagination controls show up with the proper number of pages for the number of reviews for the given page. But the reviews do not show up.
I am unsure about when they stopped showing up or what may have caused it, because I know they were showing up a few weeks ago and I test this plugin every time I update WordPress or a plugin.
What can I do to troubleshoot this and get the reviews to show up again?
- The topic ‘Reviews not showing, but submit form and pagination are’ is closed to new replies.