• Resolved mr2808

    (@mr2808)


    Hi!

    Is there a possibility to filter [em_events] shortcode for a single performer? Or selected performers?

    Cheers, Michael

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support epsupport

    (@epsupport)

    Thank you for reaching out to us.

    You can use the shortcode and CSS below to display the performer’s upcoming events while hiding the profile details:

    <div class="ep-upcoming-events">[em_performer id="{PERFORMER_ID}"]</div>

    You can find the {PERFORMER_ID} on the Edit Performer page.

    After adding shortcode please navigate to Events → Settings, select the Custom CSS tab, and place the following CSS in the TextArea:

    .ep-upcoming-events .ep-details-info-wrap { display: none; }

    This setup will remove the performer’s profile details and only show the upcoming events.

Viewing 1 replies (of 1 total)

The topic ‘[em_events] for performers’ is closed to new replies.