Plugin Contributor
dudo
(@dudo)
Hello!
There is no auto insert setting for multiset, but you are able to edit your child theme, can insert this code
<?php echo(do_shortcode('YOUR SHORTCODE HERE')); ?>
to make it appear.
Best,
Dario
But the shortcode for each article changes.
What do I enter for all articles?
Plugin Contributor
dudo
(@dudo)
You don’t need to change the multiset for each article, let me explain better:
Let’s say your site reviews videogames, you need to create one (and only one multiset) with this fields
Story
Gameplay
Graphics
Sound
and the shortcode is [yasr_multiset setid=2].
You can insert this shortcode in every post or page where you need, and it will show ratings related for that post or page.
I hope this is clear 🙂