POST-ID:1219
array(4) {
  [0]=>
  object(WP_Term)#18333 (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"
  }
  [1]=>
  object(WP_Term)#18304 (11) {
    ["term_id"]=>
    int(49)
    ["name"]=>
    string(11) "Easy summer"
    ["slug"]=>
    string(11) "easy-summer"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(49)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(35) "Our favourite dishes for the season"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(211)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18227 (11) {
    ["term_id"]=>
    int(433)
    ["name"]=>
    string(34) "Healthy Christmas canapés recipes"
    ["slug"]=>
    string(25) "healthy-christmas-canapes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(433)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(151) "Hosting a party this Christmas? Make festive canapés that are healthy as well as delicious, including prosciutto crostini and dressed crab cups."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(42)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18237 (11) {
    ["term_id"]=>
    int(162)
    ["name"]=>
    string(14) "Quick canapés"
    ["slug"]=>
    string(13) "quick-canapes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(162)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(63) "Hosting a dinner party? Try whipping up these delicious nibbles"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(19)
    ["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 ( 93, 49433162 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 1219 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16