I have multiple calendars on the site, where I on the landing page calendar need to show featured events only (without showing the filter menu). How do I achieve that?
Example: In the soccer team calendar they might want to show training sessions, but if they mark the event as featured (like for a public match) the event should also be shown on the landing page calendar.
Hi,
I have multiple calendars on the site, where I on the landing page calendar need to show featured events only (without showing the filter menu). How do I achieve that?
Example: In the soccer team calendar they might want to show training sessions, but if they mark the event as featured (like for a public match) the event should also be shown on the landing page calendar.
Hi,
In your calendar shortcode add featured_only=1.
Stachethemes Developer
Wow, that was easy.
Thanks Zhivko!