While there isn’t a parameter for the shortcode that will do this, you can edit your theme’s archive.php file and add some code like this:
if (is_tax('espresso_event_categories')) :
single_term_title();
endif;
Then you go to yoursite.com/event-category/name-of-category and it will display the term name along with a list of events from that category.
Viewing 2 reply threads
The support post ‘How can i get a Title for Category-Pages?’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.