• Resolved Ricsca2

    (@ricsca2)


    I have created a multiset but how can I automatically view it in the article without having to enter the code manually?
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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

    Thread Starter Ricsca2

    (@ricsca2)

    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 🙂

    Thread Starter Ricsca2

    (@ricsca2)

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘See multiset’ is closed to new replies.