• Resolved jerryrcole

    (@jerryrcole)


    Is there a way to embed the stars and reviews without using a shortcode? I’d like to use a php function to call them in my theme’s template file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    WordPress provides the do_shortcode function which allows you to use shortcodes in your theme template files.

    For example:

    echo do_shortcode( '[site_reviews]' );

    Please also make sure you check out the Site Reviews > Documentation page for information about the available shortcode options and helper functions that Site Reviews provides.

    • This reply was modified 6 years, 2 months ago by Gemini Labs.
    Thread Starter jerryrcole

    (@jerryrcole)

    Thanks, I was wondering where the documentation was. I’ll install the plugin and check out the documentation.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Embed Without Shortcode?’ is closed to new replies.