Is there a way to get event listing by tag? I want to have a list of featured events, so my plan is to use the “Tags” to tag these events as featured and then pull a list by the tag. Is that possible?
That is definitely possible. Using a shortcode or widget, you can list events with a certain tag inĀ Events Calendar Pro. To add a widget go to WP Admin > Appearance > Widgets, and select the Event List or mini calendar widget. Form there filter by tag, an there you have it. If you prefer a shortcode checkout this guide.
using short code isnt going to work because of where i need to place it. using the widget code should work (the_widget()) but what is the PHP name of the widget? This is the widget i want to use and placing it in the sidebar won’t work for me.