POST-ID:3281 array(4) { [0]=> object(WP_Term)#19749 (11) { ["term_id"]=> int(98) ["name"]=> string(15) "Camping recipes" ["slug"]=> string(7) "camping" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(98) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(213) "Explore a range of camping recipes perfect for outdoor adventures. From easy foil-pack meals and hearty stews to quick snacks and campfire desserts, find delicious and convenient dishes for your next camping trip." ["parent"]=> int(0) ["count"]=> int(26) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [1]=> object(WP_Term)#19718 (11) { ["term_id"]=> int(293) ["name"]=> string(12) "Kids cooking" ["slug"]=> string(12) "kids-cooking" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(293) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(55) "Get those budding Jamies and Nigellas into the kitchen." ["parent"]=> int(0) ["count"]=> int(74) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [2]=> object(WP_Term)#19619 (11) { ["term_id"]=> int(214) ["name"]=> string(21) "Low-calorie breakfast" ["slug"]=> string(21) "low-calorie-breakfast" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(214) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(0) "" ["parent"]=> int(0) ["count"]=> int(35) ["filter"]=> string(3) "raw" ["term_order"]=> string(1) "0" } [3]=> object(WP_Term)#19669 (11) { ["term_id"]=> int(215) ["name"]=> string(17) "Low-calorie lunch" ["slug"]=> string(17) "low-calorie-lunch" ["term_group"]=> int(0) ["term_taxonomy_id"]=> int(215) ["taxonomy"]=> string(15) "bbc_collections" ["description"]=> string(63) "Lunchbox favourites and weekend treats, all under 400 calories." ["parent"]=> int(0) ["count"]=> int(72) ["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 ( 98, 293214215 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 3281 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16