display categories Post date Home › Forums › Calendar Products › Events Calendar PRO › display categories This topic has 6 replies, 3 voices, and was last updated 9 years, 8 months ago by Cliff. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts August 19, 2016 at 6:25 am #1153558 fabrice ferriesParticipant Hi, How can i display just the categorie of the event. Something like : tribe_get_event_categories(); but without the speech before… just the categorie… Thanks for your help ! August 19, 2016 at 7:48 am #1153596 CliffMember Hi Fabrice. If you look at one of your existing Single Events pages, you can see Event Categories are already listed. Example: https://cl.ly/37332h0E2E3f from http://wpshindig.com/event/wordpress-pubpress-meetup/2016-08-31/ That comes from this code, which uses tribe_get_event_categories() I hope this clarifies things for you. August 19, 2016 at 8:06 am #1153613 fabrice ferriesParticipant Hi Cliff, thanks for helping ! yep, i talked about tribe_get_event_categories(); in my first post. In fact, i just need the categorie, not “Event Category:…” and the link. How can i remove them ? August 19, 2016 at 8:54 am #1153646 CliffMember Ok, then you might want to just try tribe_get_event_taxonomy() and see if that gets closer to what you want. It utilizes get_the_term_list() To be clear, get_the_term_list() is used within tribe_get_event_taxonomy(), which is used within tribe_get_event_categories(). August 20, 2016 at 2:25 am #1153982 fabrice ferriesParticipant Ok Cliff, thanks for your answer, it works for me ! Have a nice day August 22, 2016 at 2:12 pm #1154553 CliffMember Great. Glad to hear that. Author Posts Viewing 6 posts - 1 through 6 (of 6 total) The topic ‘display categories’ is closed to new replies. → Please verify your API key is correctly entered on the settings