Hi, don’t use the query_vars just redefine the post type of the filters array:
$filters['post_type'] = ‘post,rezepte’;
before the get_posts() call in the theme.
Hi, don’t use the query_vars just redefine the post type of the filters array:
$filters['post_type'] = ‘post,rezepte’;
before the get_posts() call in the theme.