POST-ID:1224 array(5) { [0]=> object(WP_Term)#16153 (11) { ["term_id"]=> int(38) ["name"]=> string(19) "Gluten free Recipes" ["slug"]=> string(11) "gluten-free" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(38) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(52) "Delicious celiac-friendly recipes for every occasion" ["parent"]=> int(0) ["count"]=> int(68) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#16267 (11) { ["term_id"]=> int(194) ["name"]=> string(21) "Gluten-free breakfast" ["slug"]=> string(21) "gluten-free-breakfast" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(194) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(50) "Set yourself up for the day with something hearty." ["parent"]=> int(0) ["count"]=> int(25) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#16232 (11) { ["term_id"]=> int(101) ["name"]=> string(22) "Gluten-free breakfasts" ["slug"]=> string(20) "gaga-for-gluten-free" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(101) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(11) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#16171 (11) { ["term_id"]=> int(155) ["name"]=> string(16) "Goodbye, gluten!" ["slug"]=> string(19) "dairy-free-delights" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(155) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(102) "If you're intolerant to gluten or have decided to go gluten-free, these recipes are ideal for you" ["parent"]=> int(0) ["count"]=> int(20) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [4]=> object(WP_Term)#16251 (11) { ["term_id"]=> int(28) ["name"]=> string(11) "Pancake Day" ["slug"]=> string(11) "pancake-day" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(28) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(44) ["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 ( 38, 19410115528 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 1224 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16