aheidrich

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • aheidrich
    Participant

    Mathew,

    Many Thanks.

    but the snippet is for the “”relation”, i need a change for the operator.

    Unfortunately, when I replace “relation” with “operator” in the snippet, it does not work.

    I need something like this

    $cat_query[] = array(
    ‘taxonomy’ => ‘tribe_events_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => array(“youth”, “ballet”),
    ‘operator’ => ‘AND’,
    );

    aheidrich
    Participant

    the category structure

    aheidrich
    Participant

    Sorry, there was a typo/formatting problem in my first Post

    I have tree main Categories “age group”, “dance style” and “level” with subcategories

    age group
    children
    youth
    Adults
    dance style
    Salsa
    tango
    ballet
    Level
    Beginner
    Advanced

    I need a list of events that are in the subcategories “youth” and “ballet”. Is this possible with the [tribe_events_list} shortcode?

    Or on which template/position must ic change the tax_query function and insert ‘operator’ => ‘AND’ ?

    Greetings
    Andreas

    in reply to: Nested categories, special view on event page #1567482
    aheidrich
    Participant

    This reply is private.

Viewing 4 posts - 1 through 4 (of 4 total)