renaud maupoux Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 3 posts - 1 through 3 (of 3 total) Author Posts October 16, 2017 at 2:49 am in reply to: How to display a recurrent event only one time in a Loop #1364047 renaud maupouxParticipant 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. October 5, 2017 at 2:44 am in reply to: Loop with WP_query doesn't work #1359406 renaud maupouxParticipant 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’ ) ) October 5, 2017 at 2:11 am in reply to: Displaying past events with WP_query doesn’t work #1359397 renaud maupouxParticipant 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’, … Author Posts Viewing 3 posts - 1 through 3 (of 3 total)