POST-ID:21121 array(6) { [0]=> object(WP_Term)#12291 (11) { ["term_id"]=> int(68) ["name"]=> string(6) "Buffet" ["slug"]=> string(6) "buffet" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(68) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(31) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#12285 (11) { ["term_id"]=> int(272) ["name"]=> string(27) "Christmas side dish recipes" ["slug"]=> string(19) "christmas-side-dish" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(272) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(158) "Accompany your festive feast with a selection of sides and sauces. Our tasty trimmings include roast potatoes, sprouts, stuffing pigs-in-blankets and cabbage." ["parent"]=> int(0) ["count"]=> int(90) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#12289 (11) { ["term_id"]=> int(37) ["name"]=> string(10) "Dairy free" ["slug"]=> string(10) "dairy-free" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(37) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(52) "Easy recipes for when you’re cutting out dairy" ["parent"]=> int(0) ["count"]=> int(53) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#12282 (11) { ["term_id"]=> int(33) ["name"]=> string(5) "Party" ["slug"]=> string(10) "party-food" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(33) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(87) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [4]=> object(WP_Term)#12321 (11) { ["term_id"]=> int(11589) ["name"]=> string(5) "Vegan" ["slug"]=> string(7) "vegan-2" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(11589) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(57) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [5]=> object(WP_Term)#12288 (11) { ["term_id"]=> int(259) ["name"]=> string(23) "Vegan Christmas recipes" ["slug"]=> string(15) "vegan-christmas" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(259) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(158) "Serve up a festive, plant-based feast with our vegan Christmas starters, mains, sides and desserts. Choose from nut roasts, Christmas puddings, pies and more." ["parent"]=> int(0) ["count"]=> int(81) ["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 ( 68, 272373311589259 ) OR rd.ingredients LIKE '%Buffet%' OR rd.ingredients LIKE '% Christmas%' OR rd.ingredients LIKE '% Party food%' OR rd.ingredients LIKE '% pigs in blanket%' OR rd.ingredients LIKE '% Sausages%' OR rd.ingredients LIKE '% Side dish%' OR rd.ingredients LIKE '% vegan sausages%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 21121 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16