I have a short question. Is there a way to also display the event categories with the shortcode tribe_events_list?
I know you can filter the view with categories, but I have a lot of categories and I need to the one list with all of them.
That shortcode runs this code: /wp-content/plugins/events-calendar-pro/src/Tribe/Shortcodes/Events_List.php, where you can see all the shortcode arguments.
Also, it might be helpful to know that each of our shortcodes just runs the applicable widget code, so anything you can do via the shortcode you can do via the widget too.
Please let me know if you have any follow-up questions on this topic.
thank you for your post. It is nice to know, that you can see all shotcodes arguments in the code.
But sadly this doesn’t solve my problem 🙁
Even in the widget you can only filter the list after categories but don’t show them.