POST-ID:5431 array(4) { [0]=> object(WP_Term)#15591 (11) { ["term_id"]=> int(310) ["name"]=> string(12) "Baked potato" ["slug"]=> string(12) "baked-potato" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(310) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(155) "Discover the joys of a simple baked potato with our delicious filling ideas. From creamy cheeses to vegan-friendly toppings, we have something for everyone" ["parent"]=> int(0) ["count"]=> int(32) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#15553 (11) { ["term_id"]=> int(274) ["name"]=> string(30) "Christmas roast potato recipes" ["slug"]=> string(22) "christmas-roast-potato" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(274) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(38) "Perfect your roasties for the big day." ["parent"]=> int(0) ["count"]=> int(34) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#15489 (11) { ["term_id"]=> int(195) ["name"]=> string(17) "Gluten-free snack" ["slug"]=> string(17) "gluten-free-snack" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(195) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(54) "Bloat-free nibbles and bites to ward off hunger pangs." ["parent"]=> int(0) ["count"]=> int(29) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#15480 (11) { ["term_id"]=> int(261) ["name"]=> string(36) "Vegetarian Christmas canapé recipes" ["slug"]=> string(27) "vegetarian-christmas-canape" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(261) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(59) "Meat-free nibbles, morsels and bites to cater for everyone." ["parent"]=> int(0) ["count"]=> int(47) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } }
SELECT p.ID, p.post_title, rd.recipe_data_ref_id, rd.photo_file_name, rd.photo_src, rd.skill_level FROM bbc20may18_posts p LEFT JOIN bbc20may18_term_relationships tr ON (p.ID = tr.object_id) LEFT JOIN bbc20may18_recipes_data rd ON (p.ID = rd.recipe_post_id) WHERE (tr.term_taxonomy_id IN ( 310, 274195261 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 5431 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16