Title: Shortcodes
Last modified: October 31, 2023

---

# Shortcodes

 *  Resolved [themajq](https://wordpress.org/support/users/themajq/)
 * (@themajq)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/shortcodes-448/)
 * Hi team,
 * Firstly, great plugin, keep up the good work.
 * I was looking through the FAQs, searched the forum here but couldn’t find it –
   I would like to use the data from the the site reviews summary to be inserted
   into a post (I’m using Elementor). So for example: We’ve had **[reviews_count]**
   reviews of **[post_name]**, with the average of **[reviews_average]**.
 * Also, if there was a conditional function to display “Positive” or “Negative”
   based on the average (for example, [reviews_verage]<2 = “Negative”), that would
   be awesome too, but not sure if possible at all.
 * Thank you

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/shortcodes-448/#post-17170352)
 * > I would like to use the data from the the site reviews summary to be inserted
   > into a post (I’m using Elementor). So for example: We’ve had **[reviews_count]**
   > reviews of **[post_name]**, with the average of **[reviews_average]**.
 * Have you tried:
 *     ```wp-block-code
       [site_reviews_summary assigned_posts="post_id" hide="rating,stars,bars" text="We've had {num} reviews of ENTER_THE_TITLE_OF_THE_CURRENT_PAGE_HERE, with an average rating of {rating}"]
       ```
   
 * See also:
 * ![](https://i0.wp.com/i.imgur.com/USyntkt.png?ssl=1)
 * For something more advanced, you can use the `glsr_get_ratings()` function:
 * ![](https://i0.wp.com/i.imgur.com/ihI3dx3.png?ssl=1)

Viewing 1 replies (of 1 total)

The topic ‘Shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/site-reviews/assets/icon-256x256.gif?rev=3307009)
 * [Site Reviews](https://wordpress.org/plugins/site-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/site-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/site-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/site-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/site-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/site-reviews/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/shortcodes-448/#post-17170352)
 * Status: resolved