I have just developed a shortcode which allows you to place review table anywhere in the middle of post or page with just 1 line of the code.
You can first create some reviews in review custom post type , and assign them to a certain category , then you can display the review table and call the reviews based on their category like this.
[reviewtable category=categoryname]
There are 2 parameters for this shortcode.
category => category of reviews to be fetched
numreviews => Number of the reviews to be shown in the table.
Thats all.
Here is a live example that is generated by following code.
[reviewtable category=rooms numreviews=4]


