POST-ID:944
array(6) {
  [0]=>
  object(WP_Term)#18241 (11) {
    ["term_id"]=>
    int(79)
    ["name"]=>
    string(17) "Dairy-free snacks"
    ["slug"]=>
    string(16) "dairy-free-snack"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(79)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(0) ""
    ["parent"]=>
    int(0)
    ["count"]=>
    int(32)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18246 (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(69)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18337 (11) {
    ["term_id"]=>
    int(318)
    ["name"]=>
    string(7) "Houmous"
    ["slug"]=>
    string(7) "houmous"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(318)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(58) "Whip up a chickpea dip and try an original serving option."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(29)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18307 (11) {
    ["term_id"]=>
    int(305)
    ["name"]=>
    string(8) "Moroccan"
    ["slug"]=>
    string(8) "moroccan"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(305)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(69) "Exotic North African dishes that are big on flavour, aroma and spice."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(41)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [4]=>
  object(WP_Term)#18223 (11) {
    ["term_id"]=>
    int(413)
    ["name"]=>
    string(10) "Vegetarian"
    ["slug"]=>
    string(10) "vegetarian"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(413)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(43) "Meat-free recipes for entertaining and more"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(584)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [5]=>
  object(WP_Term)#18334 (11) {
    ["term_id"]=>
    int(84)
    ["name"]=>
    string(18) "Vegetarian starter"
    ["slug"]=>
    string(18) "vegetarian-starter"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(84)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(57) "Meat-free starters such as halloumi and watermelon salad."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(99)
    ["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 ( 79, 43131830541384 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 944 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16