Skip to main content
Yuko widgets are available as WordPress shortcodes for classic editor, page builders, and PHP templates. Dashboard toggles and styling still apply — shortcodes control placement.
Block editor users: use a Shortcode block and paste the shortcode string. Yuko does not yet ship dedicated Gutenberg blocks — the shortcodes work inside every WordPress editor and page builder we’ve tested.

Available shortcodes

ShortcodeWidget
[yuko_star_rating]Star Rating
[yuko_product_reviews]Product Reviews Display
[yuko_all_reviews]Wall of Fame
[yuko_featured_carousel]Testimonial Carousel

[yuko_star_rating]

Displays a star rating and review count for a specific product. Attribute:
AttributeTypeDefaultDescription
idintCurrent product IDWooCommerce product ID to display the rating for
Examples:
[yuko_star_rating]
[yuko_star_rating id="128"]
On a single product template (content-single-product.php), omit id — the shortcode picks up the current product automatically.

[yuko_product_reviews]

Renders the full product reviews widget — header, filters, review list, photo gallery, and write-a-review form. Attribute:
AttributeTypeDefaultDescription
idintCurrent product IDProduct whose reviews to show
Examples:
[yuko_product_reviews]
[yuko_product_reviews id="128"]

[yuko_all_reviews]

Paginated gallery of reviews across every product. Best used on a dedicated “Reviews” page. This shortcode accepts no attributes — configure layout, filters, and pagination inside the widget’s Customize panel in the Yuko dashboard.
[yuko_all_reviews]

Auto-playing slider of featured reviews. Good fit for homepages and landing pages. This shortcode accepts no attributes — configure slide count, autoplay, and curation rules inside the widget’s Customize panel in the Yuko dashboard.
[yuko_featured_carousel]

Using in PHP templates

Render a shortcode directly from a theme file:
echo do_shortcode( '[yuko_product_reviews id="' . esc_attr( $product->get_id() ) . '"]' );
For block themes, drop the shortcode into a Shortcode block inside your template part.

Using with page builders

Yuko shortcodes work in Elementor, Divi, Beaver Builder, Bricks, Oxygen, and Breakdance. Drop a Shortcode widget, paste the code, and preview.
Some page builders aggressively cache rendered HTML. If a new review doesn’t appear after submission, clear the builder’s cache and your page/CDN caches.

Need Help?

Book Free Setup Call

Talk to our team for personalized setup helpTime: 30 minutes

Contact Support

Reach our team at yukoreviews.com/supportResponse time: Within 24 hours

View All Guides

Browse detailed guides for every feature

Integration Help

Connect Yuko with other tools