diff --git a/functions.php b/functions.php index a2c1997..050050e 100644 --- a/functions.php +++ b/functions.php @@ -27,7 +27,7 @@ function my_home_category( $query ) { if ( !empty( $_GET['person'] ) ) { $query->set( 'meta_query', array( 'key' => 'mitreisende', - 'value' => '"' . $_GET['person'] . '"', + 'value' => $_GET['person'], 'compare' => 'LIKE' ) ); }