'_wp_page_template', 'meta_value' => 'page-recipelist.php' )); if (!empty($_GET['recipe_id'])) { $recipe_id = $_GET['recipe_id']; $post_recipe = get_post($recipe_id); $meta_value = get_post_meta($recipe_id, '_recipe_page_options', true); // Premision for recipe if ($post_recipe->post_author != get_current_user_id()) { get_header(); get_template_part('permission_denied'); get_footer(); exit; } } else { $recipe_id = false; } ?>


ID, 'big', array( 'class' => 'img-responsive' )); ?>
ID, 'recipes-categories'); wp_dropdown_categories('taxonomy=recipes-categories&class=form-control&hide_empty=0&name=recipes_categories&order=asc&orderby=name&selected=' . $recipes_categories_select[0]->term_id); } else { wp_dropdown_categories('taxonomy=recipes-categories&class=form-control&hide_empty=0&name=recipes_categories&order=asc&orderby=name'); } ?>
ID, 'recipes-cuisine'); wp_dropdown_categories('taxonomy=recipes-cuisine&class=form-control&hide_empty=0&name=recipes_cuisine&order=asc&orderby=name&selected=' . $recipes_cuisine_select[0]->term_id); } else { wp_dropdown_categories('taxonomy=recipes-cuisine&class=form-control&hide_empty=0&name=recipes_cuisine&order=asc&orderby=name'); } ?>
value="" >
value="" >