POST-ID:21120
array(5) {
[0]=>
object(WP_Term)#6653 (11) {
["term_id"]=>
int(92)
["name"]=>
string(16) "Christmas dinner"
["slug"]=>
string(16) "christmas-dinner"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(92)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(0) ""
["parent"]=>
int(0)
["count"]=>
int(49)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[1]=>
object(WP_Term)#6648 (11) {
["term_id"]=>
int(272)
["name"]=>
string(27) "Christmas side dish recipes"
["slug"]=>
string(19) "christmas-side-dish"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(272)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(158) "Accompany your festive feast with a selection of sides and sauces. Our tasty trimmings include roast potatoes, sprouts, stuffing pigs-in-blankets and cabbage."
["parent"]=>
int(0)
["count"]=>
int(78)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[2]=>
object(WP_Term)#6141 (11) {
["term_id"]=>
int(137)
["name"]=>
string(21) "Clever ways with Kale"
["slug"]=>
string(21) "clever-ways-with-kale"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(137)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(105) "This super-green leaf is packed with goodness. Serve it on the side or worked into a savoury main course."
["parent"]=>
int(0)
["count"]=>
int(10)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[3]=>
object(WP_Term)#6656 (11) {
["term_id"]=>
int(342)
["name"]=>
string(4) "kale"
["slug"]=>
string(4) "kale"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(342)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(0) ""
["parent"]=>
int(0)
["count"]=>
int(37)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[4]=>
object(WP_Term)#6657 (11) {
["term_id"]=>
int(30)
["name"]=>
string(17) "Quick and healthy"
["slug"]=>
string(17) "quick-and-healthy"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(30)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(0) ""
["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 ( 92, 27213734230 ) OR rd.ingredients LIKE '%Christmas side dish%' OR rd.ingredients LIKE '% crispy kale%' OR rd.ingredients LIKE '% Kale%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 21120 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16