Support

Home Forums Event Espresso Premium How can i get a Title for Category-Pages?

How can i get a Title for Category-Pages?

Posted: July 30, 2017 at 4:56 am

Viewing 2 reply threads


SmartDevs

July 30, 2017 at 4:56 am

Hi EE-Team, i want the titles from categorys in our Category-Pages but i do not know how I do this.

[ESPRESSO_EVENTS category_slug=CATEGORYTITLE]


SmartDevs

July 30, 2017 at 4:57 am

https://www.screencast.com/t/FGTO2hd7Y


Josh

  • Support Staff

July 31, 2017 at 3:36 pm

Hi SmartDevs,

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.

Event Espresso