POST-ID:22105 array(4) { [0]=> object(WP_Term)#17810 (11) { ["term_id"]=> int(426) ["name"]=> string(22) "Festive drinks recipes" ["slug"]=> string(14) "festive-drinks" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(426) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(46) "Cocktails to celebrate Christmas and New Year." ["parent"]=> int(0) ["count"]=> int(68) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#17774 (11) { ["term_id"]=> int(346) ["name"]=> string(24) "Five ingredients or less" ["slug"]=> string(24) "five-ingredients-or-less" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(346) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(45) "Quick fix recipes with minimal shopping fuss." ["parent"]=> int(0) ["count"]=> int(64) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#17688 (11) { ["term_id"]=> int(78) ["name"]=> string(22) "Low-cal and delicious!" ["slug"]=> string(15) "200-400-clories" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(78) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(78) "Try these light, healthy dishes all counted to notch up to under 400 calories." ["parent"]=> int(0) ["count"]=> int(60) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#17706 (11) { ["term_id"]=> int(14082) ["name"]=> string(16) "Mocktail recipes" ["slug"]=> string(16) "mocktail-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(14082) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(51) "Discover our best mocktail recipes for any occasion" ["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 ( 426, 3467814082 ) OR rd.ingredients LIKE '%alcohol free%' OR rd.ingredients LIKE '% Alcohol-free cocktails%' OR rd.ingredients LIKE '% amaretto sour%' OR rd.ingredients LIKE '% Mocktail%' OR rd.ingredients LIKE '% pineapple juice%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 22105 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16