POST-ID:2389
array(7) {
  [0]=>
  object(WP_Term)#18366 (11) {
    ["term_id"]=>
    int(96)
    ["name"]=>
    string(27) "Celebration cakes and bakes"
    ["slug"]=>
    string(17) "celebration-cakes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(96)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(152) "The festive season is still in full swing! If you’re just starting to think about your New Year’s Eve menu, add a show-stopping dessert to the list."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(70)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18280 (11) {
    ["term_id"]=>
    int(91)
    ["name"]=>
    string(16) "Christmas baking"
    ["slug"]=>
    string(16) "christmas-baking"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(91)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(152) "Crumbly mince pies, iced cakes and traditional festive breads like stollen and panettone – find all your favourite Christmas cakes and bakes here."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(135)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#19381 (11) {
    ["term_id"]=>
    int(288)
    ["name"]=>
    string(27) "Christmas chocolate recipes"
    ["slug"]=>
    string(19) "christmas-chocolate"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(288)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(62) "Treat yourself to something sweet – it's Christmas!"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(74)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18376 (11) {
    ["term_id"]=>
    int(284)
    ["name"]=>
    string(23) "Christmas gifts recipes"
    ["slug"]=>
    string(15) "christmas-gifts"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(284)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(137) "Why go shopping when you can make Christmas presents at home? We have lots of ideas for gourmet gifts that your foodie friends will love."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(99)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [4]=>
  object(WP_Term)#18347 (11) {
    ["term_id"]=>
    int(267)
    ["name"]=>
    string(24) "Christmas sweets recipes"
    ["slug"]=>
    string(16) "christmas-sweets"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(267)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(45) "Ideal for stocking fillers or moreish treats."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(64)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [5]=>
  object(WP_Term)#18270 (11) {
    ["term_id"]=>
    int(27)
    ["name"]=>
    string(15) "Valentine's Day"
    ["slug"]=>
    string(14) "valentines-day"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(27)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(51) "Food of love - romantic recipes for the special day"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(105)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [6]=>
  object(WP_Term)#18367 (11) {
    ["term_id"]=>
    int(364)
    ["name"]=>
    string(16) "Valentine's gift"
    ["slug"]=>
    string(16) "valentine-s-gift"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(364)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(53) "Show you care with an edible gift for your loved one."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(31)
    ["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 ( 96, 9128828426727364 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 2389 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16