neyret

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: EVENTS CATEGORY ON THE HOME IN WP QUERY #1272580
    neyret
    Participant

    Thank you, after a big big search, I use tribe_get_event_taxonomy because I want just the terms.

    echo tribe_get_event_taxonomy( get_the_ID(), array(
    ‘before’ => ‘<br> <span>’,
    ‘sep’ => ‘ / ‘,
    ‘after’ => ‘</span>’
    ) );

Viewing 1 post (of 1 total)