Jake

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Hide tickets from search #960584
    Jake
    Participant

    …That code formatting didn’t work. Let me try again:

    'meta_query' => array(
    	array(
    		'key'     => '_tribe_wooticket_for_event',
    		'compare' => 'NOT EXISTS',
    	),
    )
    in reply to: Hide tickets from search #960583
    Jake
    Participant

    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’,
    ),
    )`

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