POST-ID:9187 array(2) { [0]=> object(WP_Term)#19609 (11) { ["term_id"]=> int(14140) ["name"]=> string(35) "Non-alcoholic summer drinks recipes" ["slug"]=> string(35) "non-alcoholic-summer-drinks-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(14140) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(147) "Discover the best alcohol-free drinks for summer, from refreshing mocktails and zesty lemonades to cooling iced teas and thirst-quenching cordials." ["parent"]=> int(0) ["count"]=> int(12) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#19742 (11) { ["term_id"]=> int(14064) ["name"]=> string(8) "Smoothie" ["slug"]=> string(16) "smoothie-recipes" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(14064) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(115) "For a natural energy drink or a filling breakfast, try our healthy smoothies made with seasonal fruits and veggies." ["parent"]=> int(0) ["count"]=> int(28) ["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 ( 14140, 14064 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 9187 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16