• Resolved themajq

    (@themajq)


    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

    (@geminilabs)

    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:

    [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:

    For something more advanced, you can use the glsr_get_ratings() function:

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcodes’ is closed to new replies.