• Resolved user1010

    (@user1010)


    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, 5 months ago by user1010.
Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    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 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.

    You can use blocks in the new WordPress 5.0 editor:

    Or add a shortcode in the classic editor using the dropdown button:

    Or use a widget:

    • This reply was modified 7 years, 5 months ago by Gemini Labs.
    • This reply was modified 7 years, 5 months ago by Gemini Labs.
    • This reply was modified 7 years, 5 months ago by Gemini Labs.
    • This reply was modified 7 years, 5 months ago by Gemini Labs.
Viewing 1 replies (of 1 total)

The topic ‘Show review summary without shortcode’ is closed to new replies.