Title: Show review summary without shortcode
Last modified: January 1, 2019

---

# Show review summary without shortcode

 *  Resolved [user1010](https://wordpress.org/support/users/user1010/)
 * (@user1010)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/show-review-summary-without-shortcode/)
 * Hi there,
 * sorry to ask, but browsing to your plugin, i understand it’s quite complex.
 * Could you please tell me, how to show the site reviews summary, without a shortcode
   please?
 * I want to see the summary, but with calling the right build function and the 
   classes.
 * this is the shortcode : echo do_shortcode(‘[site_reviews_summary assigned_to=”‘.
   $post_id.'” hide=”bars,rating”]’);
    -  This topic was modified 7 years, 7 months ago by [user1010](https://wordpress.org/support/users/user1010/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gemini Labs](https://wordpress.org/support/users/geminilabs/)
 * (@geminilabs)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/show-review-summary-without-shortcode/#post-11042500)
 * Site Reviews uses widgets, shortcodes, and blocks. If you do not make use of 
   these, the plugin will do nothing for you.
 * If you are trying to use the shortcodes in your theme templates or code, you 
   can use the [do_shortcode](http://developer.wordpress.org/reference/functions/do_shortcode/)
   WordPress function. For example:
 *     ```
       <?php
       echo do_shortcode( '[site_reviews_summary]' );
       ```
   
 * Please see the plugin Documentation page to learn about all of the options for
   each shortcode.
 * ![](https://i0.wp.com/i.imgur.com/ZxyIA09.png?ssl=1)
 * You can use blocks in the new WordPress 5.0 editor:
 * ![](https://i0.wp.com/i.imgur.com/G9oluYL.png?ssl=1)
 * Or add a shortcode in the classic editor using the dropdown button:
 * ![](https://i0.wp.com/i.imgur.com/8Fczupo.png?ssl=1)
 * Or use a widget:
 * ![](https://i0.wp.com/i.imgur.com/aR6jWfN.png?ssl=1)
    -  This reply was modified 7 years, 7 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
    -  This reply was modified 7 years, 7 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
    -  This reply was modified 7 years, 7 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).
    -  This reply was modified 7 years, 7 months ago by [Gemini Labs](https://wordpress.org/support/users/geminilabs/).

Viewing 1 replies (of 1 total)

The topic ‘Show review summary without shortcode’ 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: [7 years, 7 months ago](https://wordpress.org/support/topic/show-review-summary-without-shortcode/#post-11042500)
 * Status: resolved