Jake Profile Topics Started Replies Created Search replies: Forum Replies Created Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 5, 2015 at 9:38 am in reply to: Hide tickets from search #960584 JakeParticipant …That code formatting didn’t work. Let me try again: 'meta_query' => array( array( 'key' => '_tribe_wooticket_for_event', 'compare' => 'NOT EXISTS', ), ) May 5, 2015 at 9:38 am in reply to: Hide tickets from search #960583 JakeParticipant If your search page is running a WP_Query, you can drop this into it. `’meta_query’ => array( array( ‘key’ => ‘_tribe_wooticket_for_event’, ‘compare’ => ‘NOT EXISTS’, ), )` Author Posts Viewing 2 posts - 1 through 2 (of 2 total)