POST-ID:2893
array(5) {
  [0]=>
  object(WP_Term)#18338 (11) {
    ["term_id"]=>
    int(238)
    ["name"]=>
    string(16) "Christmas buffet"
    ["slug"]=>
    string(16) "christmas-buffet"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(238)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(152) "Entertaining a crowd this Christmas? We have all the buffet dishes you need for a festive party, including canapés, dips and easy sharing plates."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(93)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18335 (11) {
    ["term_id"]=>
    int(93)
    ["name"]=>
    string(16) "Christmas canape"
    ["slug"]=>
    string(16) "christmas-canape"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(93)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(90) "Sophisticated sweet and savoury bites to serve at your festive party or as a light starter"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(73)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18306 (11) {
    ["term_id"]=>
    int(280)
    ["name"]=>
    string(27) "Christmas leftovers recipes"
    ["slug"]=>
    string(19) "christmas-leftovers"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(280)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(151) "Use up your Christmas dinner leftovers, including turkey and all the trimmings. From stir-fries to pies, these recipes are packed with festive flavour."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(85)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18229 (11) {
    ["term_id"]=>
    int(250)
    ["name"]=>
    string(33) "Leftover Christmas turkey recipes"
    ["slug"]=>
    string(25) "leftover-christmas-turkey"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(250)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(122) "The big bird yields lots of extra meat. Waste not, want not with our economical meals for post-Christmas turkey leftovers."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(39)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [4]=>
  object(WP_Term)#18325 (11) {
    ["term_id"]=>
    int(253)
    ["name"]=>
    string(20) "Make-ahead Christmas"
    ["slug"]=>
    string(20) "make-ahead-christmas"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(253)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(173) "Save time and stress on Christmas Day with our make-ahead dishes. These stuffings, sauces, sides and desserts can be prepared in advance, then kept in the fridge or freezer."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(70)
    ["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 ( 238, 93280250253 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 2893 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16