Add

'_wp_page_template', 'meta_value' => 'page-recipelist.php' )); ?>

'recipes', 'posts_per_page' => $instance['post_nmb']); $posts = new WP_Query($arg); if ($posts->have_posts()) : while ($posts->have_posts()) : $posts->the_post(); ?>

'recipes', 'posts_per_page' => $instance['post_nmb'], 'tax_query' => array( array( 'taxonomy' => 'recipes-categories', 'field' => 'term_id', 'terms' => $instance['category'] ) ) ); $posts = new WP_Query($arg); if ($posts->have_posts()) : while ($posts->have_posts()) : $posts->the_post(); ?>

get_field_name('category') . '&selected=' . esc_attr($category)); ?>