POST-ID:7851
array(4) {
  [0]=>
  object(WP_Term)#18333 (11) {
    ["term_id"]=>
    int(334)
    ["name"]=>
    string(21) "Breakfast super-shake"
    ["slug"]=>
    string(21) "breakfast-super-shake"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(334)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(109) "Power up your mornings with breakfast super-shake recipes that blend nutrition and deliciousness in every sip"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(26)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18304 (11) {
    ["term_id"]=>
    int(12531)
    ["name"]=>
    string(7) "Ramadan"
    ["slug"]=>
    string(7) "ramadan"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(12531)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(0) ""
    ["parent"]=>
    int(0)
    ["count"]=>
    int(162)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18219 (11) {
    ["term_id"]=>
    int(14064)
    ["name"]=>
    string(8) "Smoothie"
    ["slug"]=>
    string(16) "smoothie-recipes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(14064)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(115) "For a natural energy drink or a filling breakfast, try our healthy smoothies made with seasonal fruits and veggies."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(28)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18237 (11) {
    ["term_id"]=>
    int(12533)
    ["name"]=>
    string(14) "Suhoor recipes"
    ["slug"]=>
    string(6) "suhoor"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(12533)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(62) "Wholesome dishes that provide lasting energy for the day ahead"
    ["parent"]=>
    int(12531)
    ["count"]=>
    int(51)
    ["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 ( 334, 125311406412533 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 7851 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16