Viewing 2 replies - 1 through 2 (of 2 total)
  • Because Events Manager uses custom post types and custom taxonomies, you need use those in the $args array when using that function.

    In EM, the taxonomy is event-tags and the post_type is event.

    Thread Starter Hor

    (@hor)

    Got it!

    In loop:
    $eventTags = wp_get_post_terms(get_the_id(), ‘event-tags’);

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get tags from specific event’ is closed to new replies.