POST-ID:32752 array(8) { [0]=> object(WP_Term)#16718 (11) { ["term_id"]=> int(371) ["name"]=> string(14) "Baking recipes" ["slug"]=> string(6) "baking" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(371) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(138) "Discover a selection of our favourite bakes. Whether you're making bread, brownies, cookies, cakes or tarts, we've got the perfect recipes" ["parent"]=> int(0) ["count"]=> int(177) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#16719 (11) { ["term_id"]=> int(373) ["name"]=> string(7) "Biscuit" ["slug"]=> string(15) "biscuit-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(373) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(58) "There's nothing like a homemade biscuit with a cup of tea." ["parent"]=> int(0) ["count"]=> int(43) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#16648 (11) { ["term_id"]=> int(91) ["name"]=> string(16) "Christmas baking" ["slug"]=> string(16) "christmas-baking" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(91) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(152) "Crumbly mince pies, iced cakes and traditional festive breads like stollen and panettone – find all your favourite Christmas cakes and bakes here." ["parent"]=> int(0) ["count"]=> int(134) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#16613 (11) { ["term_id"]=> int(236) ["name"]=> string(18) "Christmas biscuits" ["slug"]=> string(18) "christmas-biscuits" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(236) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(94) "From cookies and gingerbread, to biscotti and shortbread, bake up a storm this festive season." ["parent"]=> int(0) ["count"]=> int(46) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [4]=> object(WP_Term)#16732 (11) { ["term_id"]=> int(286) ["name"]=> string(37) "Christmas cracker and biscuit recipes" ["slug"]=> string(29) "christmas-cracker-and-biscuit" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(286) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(40) "Stack a hamper high with crunchy treats." ["parent"]=> int(0) ["count"]=> int(34) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [5]=> object(WP_Term)#16699 (11) { ["term_id"]=> int(146) ["name"]=> string(14) "Cookie recipes" ["slug"]=> string(14) "cookie-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(146) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(145) "Fill your cookie jar with a stack of freshly-baked beauties. Whether it's fun, themed cookies or healthy nibbles, we have something for everyone!" ["parent"]=> int(0) ["count"]=> int(25) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [6]=> object(WP_Term)#16471 (11) { ["term_id"]=> int(382) ["name"]=> string(15) "Cookies recipes" ["slug"]=> string(7) "cookies" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(382) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(42) "Sweet treats perfect for rainy afternoons." ["parent"]=> int(0) ["count"]=> int(55) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [7]=> object(WP_Term)#16714 (11) { ["term_id"]=> int(386) ["name"]=> string(11) "Easy baking" ["slug"]=> string(11) "easy-baking" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(386) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(47) "Simple cakes, cupcakes, traybakes and biscuits." ["parent"]=> int(0) ["count"]=> int(149) ["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 ( 371, 37391236286146382386 ) OR rd.ingredients LIKE '%Baking%' OR rd.ingredients LIKE '% Biscuits%' OR rd.ingredients LIKE '% Sweet%' OR rd.ingredients LIKE '% Treat%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 32752 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16