renaud maupoux

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: How to display a recurrent event only one time in a Loop #1364047
    renaud maupoux
    Participant

    Hello
    I fixed the bug directly in the events admin
    After having define my recurrent event with start en end date, I chose the require categorie “a-la-une” ONLY for one event and my loop doesn’t display all the events.

    in reply to: Loop with WP_query doesn't work #1359406
    renaud maupoux
    Participant

    I changed tax-query and put my category name at the right place :

    ‘tax_query’=> array(
    array(
    ‘taxonomy’ => ‘tribe_events_cat’,
    ‘field’ => ‘slug’,
    ‘terms’ => ‘cinema’
    )
    )

    in reply to: Displaying past events with WP_query doesn’t work #1359397
    renaud maupoux
    Participant

    I solved this by adding
    ‘eventDisplay’ => ‘custom’
    in args :

    $args = array( ‘post_type’ => ‘tribe_events’,
    ‘posts_per_page’ =>-1, //Pour tous les avoir
    ‘eventDisplay’ => ‘custom’,

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