POST-ID:22158
array(4) {
  [0]=>
  object(WP_Term)#18370 (11) {
    ["term_id"]=>
    int(169)
    ["name"]=>
    string(16) "200-400 calories"
    ["slug"]=>
    string(16) "200-400-calories"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(169)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(147) "Low in calories yet super-satisfying – these lighter recipes make the most of delicious ingredients. Discover salads, stir-fries, stews and more."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(310)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [1]=>
  object(WP_Term)#18341 (11) {
    ["term_id"]=>
    int(244)
    ["name"]=>
    string(23) "Festive starter recipes"
    ["slug"]=>
    string(15) "festive-starter"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(244)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(67) "Kick start your Christmas dinner with an easy-but-impressive recipe"
    ["parent"]=>
    int(0)
    ["count"]=>
    int(47)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [2]=>
  object(WP_Term)#18256 (11) {
    ["term_id"]=>
    int(14077)
    ["name"]=>
    string(21) "Goat's cheese recipes"
    ["slug"]=>
    string(20) "goats-cheese-recipes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(14077)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(188) "The creamy, tangy flavour of goat's cheese adds depth to both starters and mains. Crumble it over salads, layer it in a savoury tart, or stir it into soups and risottos for a rich texture."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(33)
    ["filter"]=>
    string(3) "raw"
    ["term_order"]=>
    string(1) "0"
  }
  [3]=>
  object(WP_Term)#18274 (11) {
    ["term_id"]=>
    int(412)
    ["name"]=>
    string(16) "under-20-minutes"
    ["slug"]=>
    string(16) "under-20-minutes"
    ["term_group"]=>
    int(0)
    ["term_taxonomy_id"]=>
    int(412)
    ["taxonomy"]=>
    string(15) "bbc_collections"
    ["description"]=>
    string(41) "Speedy recipes perfect for midweek meals."
    ["parent"]=>
    int(0)
    ["count"]=>
    int(52)
    ["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 ( 169, 24414077412 ) OR rd.ingredients LIKE '%Christmas starter%' OR rd.ingredients LIKE '% Goat's Cheese%' OR rd.ingredients LIKE '% Hazelnuts%' OR rd.ingredients LIKE '% Pears%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 22158 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16