Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created January 19, 2017 17:02
Show Gist options
  • Save mateusneves/7704bc6c5054e63d44f2c21df4821433 to your computer and use it in GitHub Desktop.
Save mateusneves/7704bc6c5054e63d44f2c21df4821433 to your computer and use it in GitHub Desktop.
Pre Get Posts for specific custom post type
if ( is_admin() || ! $query->is_main_query() ) return;
if ( in_array ( $query->get('post_type'), array('event','venue') ) ) {
$query->set( 'meta_key', '_ct_selectbox_52f65ae267764' );
$query->set( 'meta_value', $city );
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment