POST-ID:248
array(3) {
[0]=>
object(WP_Term)#6577 (11) {
["term_id"]=>
int(62)
["name"]=>
string(13) "Big baguettes"
["slug"]=>
string(13) "big-baguettes"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(62)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(66) "Pack your bread full of meaty cuts and crisp summer salads…"
["parent"]=>
int(0)
["count"]=>
int(4)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[1]=>
object(WP_Term)#6574 (11) {
["term_id"]=>
int(348)
["name"]=>
string(9) "Leftovers"
["slug"]=>
string(9) "leftovers"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(348)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(40) "How to use up those leftover ingredients"
["parent"]=>
int(0)
["count"]=>
int(57)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[2]=>
object(WP_Term)#6573 (11) {
["term_id"]=>
int(25)
["name"]=>
string(16) "Lunchbox recipes"
["slug"]=>
string(8) "lunchbox"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(25)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(144) "Pack yourself a lunch box to look forward to - use up leftovers from the night before, simmer up some soup, or whip up a quick salad before work"
["parent"]=>
int(0)
["count"]=>
int(43)
["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 ( 62, 34825 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 248 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16