POST-ID:6762 array(5) { [0]=> object(WP_Term)#15676 (11) { ["term_id"]=> int(274) ["name"]=> string(30) "Christmas roast potato recipes" ["slug"]=> string(22) "christmas-roast-potato" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(274) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(38) "Perfect your roasties for the big day." ["parent"]=> int(0) ["count"]=> int(34) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#15680 (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(103) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#15642 (11) { ["term_id"]=> int(264) ["name"]=> string(28) "Dairy-free Christmas recipes" ["slug"]=> string(20) "dairy-free-christmas" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(264) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(46) "Delicious Christmas ideas without the dairy..." ["parent"]=> int(0) ["count"]=> int(54) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#15578 (11) { ["term_id"]=> int(196) ["name"]=> string(15) "Healthier roast" ["slug"]=> string(15) "healthier-roast" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(196) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(22) "Better-for-you roasts." ["parent"]=> int(0) ["count"]=> int(27) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [4]=> object(WP_Term)#15661 (11) { ["term_id"]=> int(431) ["name"]=> string(25) "Healthy Christmas recipes" ["slug"]=> string(17) "healthy-christmas" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(431) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(142) "Our best ever healthy festive dishes make a wholesome addition to your Christmas Day spread, including roast centrepieces, starters and sides." ["parent"]=> int(0) ["count"]=> int(51) ["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 ( 274, 272264196431 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 6762 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16