POST-ID:20301 array(5) { [0]=> object(WP_Term)#15440 (11) { ["term_id"]=> int(117) ["name"]=> string(22) "Cook with coconut milk" ["slug"]=> string(22) "cook-with-coconut-milk" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(117) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(239) "When consumed in moderation, coconut milk can benefit your health and help fight infection, plus it’s a great substitute if you’re trying to cut back on dairy. We like the mellow creaminess it imparts when used in spicy dishes." ["parent"]=> int(0) ["count"]=> int(15) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#15444 (11) { ["term_id"]=> int(315) ["name"]=> string(5) "Curry" ["slug"]=> string(5) "curry" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(315) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(85) "Rustle up a spicy supper using fish, vegetables or meat and a blend of rich flavours." ["parent"]=> int(0) ["count"]=> int(74) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#15405 (11) { ["term_id"]=> int(88) ["name"]=> string(10) "Curry club" ["slug"]=> string(10) "curry-club" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(88) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(108) "Now the weather is chillier, we’re all about root vegetables, slow-cooked meats and heady marinades..." ["parent"]=> int(0) ["count"]=> int(45) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#15342 (11) { ["term_id"]=> int(157) ["name"]=> string(15) "Curry creations" ["slug"]=> string(15) "curry-creations" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(157) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(131) "Whether you're entertaining guests or simply looking to indulge in some flavoursome food, these curries will have you covered!" ["parent"]=> int(0) ["count"]=> int(49) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [4]=> object(WP_Term)#15430 (11) { ["term_id"]=> int(82) ["name"]=> string(16) "Vegetarian curry" ["slug"]=> string(16) "vegetarian-curry" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(82) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(21) "From dhal to dopiaza." ["parent"]=> int(0) ["count"]=> int(34) ["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 ( 117, 3158815782 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 20301 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16