POST-ID:15777
array(6) {
  [0]=>
  object(WP_Term)#18278 (11) {
    ["term_id"]=>
    int(374)
    ["name"]=>
    string(5) "Bread"
    ["slug"]=>
    string(13) "bread-recipes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(374)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(165) "Fill the house with the aroma of freshly baked bread. From an easy white loaf to sourdough, focaccia and brioche, we have a range of sweet and savoury bread recipes."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(76)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18283 (11) {
    ["term_id"]=>
    int(344)
    ["name"]=>
    string(9) "Cheap eat"
    ["slug"]=>
    string(9) "cheap-eat"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(344)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(48) "Cheap eat meals that are packed full of flavour."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(83)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18374 (11) {
    ["term_id"]=>
    int(65)
    ["name"]=>
    string(17) "Cheap eat recipes"
    ["slug"]=>
    string(17) "cheap-eat-recipes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(65)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(0) ""
    ["parent"]=>
    int(0)
    ["count"]=>
    int(47)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18345 (11) {
    ["term_id"]=>
    int(177)
    ["name"]=>
    string(18) "Cheap family meals"
    ["slug"]=>
    string(20) "cheap-family-suppers"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(177)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(47) "Wholesome, budget suppers for the whole family."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(114)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [4]=>
  object(WP_Term)#18260 (11) {
    ["term_id"]=>
    int(32)
    ["name"]=>
    string(17) "Easy entertaining"
    ["slug"]=>
    string(17) "easy-entertaining"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(32)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(0) ""
    ["parent"]=>
    int(0)
    ["count"]=>
    int(249)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [5]=>
  object(WP_Term)#18363 (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"
  }
}
                                    
                                        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 ( 374, 344651773249 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 15777 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16