POST-ID:45869
array(5) {
[0]=>
object(WP_Term)#19600 (11) {
["term_id"]=>
int(427)
["name"]=>
string(18) "Breakfast delights"
["slug"]=>
string(18) "breakfast-delights"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(427)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(92) "Start your day right with breakfast delight recipes that make mornings deliciously memorable"
["parent"]=>
int(0)
["count"]=>
int(159)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[1]=>
object(WP_Term)#19597 (11) {
["term_id"]=>
int(161)
["name"]=>
string(21) "Breakfast inspiration"
["slug"]=>
string(21) "breakfast-inspiration"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(161)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(86) "These simple breakfast ideas are quick to make and will have you set for the day ahead"
["parent"]=>
int(0)
["count"]=>
int(115)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[2]=>
object(WP_Term)#19565 (11) {
["term_id"]=>
int(409)
["name"]=>
string(4) "Easy"
["slug"]=>
string(4) "easy"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(409)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(55) "Keep it easy with these simple but super-tasty recipes."
["parent"]=>
int(0)
["count"]=>
int(598)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[3]=>
object(WP_Term)#19495 (11) {
["term_id"]=>
int(14129)
["name"]=>
string(35) "Healthy breakfasts for kids recipes"
["slug"]=>
string(35) "healthy-breakfasts-for-kids-recipes"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(14129)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(197) "Start the day well with these healthy breakfast recipes for kids. Adjust portions based on your child’s age and appetite, and for under fives, use full-fat dairy along with ground nuts and seeds."
["parent"]=>
int(0)
["count"]=>
int(12)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[4]=>
object(WP_Term)#19589 (11) {
["term_id"]=>
int(14127)
["name"]=>
string(28) "High-fibre breakfast recipes"
["slug"]=>
string(28) "high-fibre-breakfast-recipes"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(14127)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(123) "Kickstart your day with a breakfast that's high in fibre – try our recipes for oat bowls, homemade muesli and baked eggs."
["parent"]=>
int(0)
["count"]=>
int(12)
["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 ( 427, 1614091412914127 ) OR rd.ingredients LIKE '%almond butter%' OR rd.ingredients LIKE '% BBC Good Food healthy diet plan%' OR rd.ingredients LIKE '% breakfast bowl%' OR rd.ingredients LIKE '% HDP%' OR rd.ingredients LIKE '% hdpwinter2024%' OR rd.ingredients LIKE '% healthy diet plan%' OR rd.ingredients LIKE '% Porridge oats%' OR rd.ingredients LIKE '% soya yogurt%') AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 45869 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16