POST-ID:3331
array(6) {
[0]=>
object(WP_Term)#16186 (11) {
["term_id"]=>
int(38)
["name"]=>
string(19) "Gluten free Recipes"
["slug"]=>
string(11) "gluten-free"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(38)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(52) "Delicious celiac-friendly recipes for every occasion"
["parent"]=>
int(0)
["count"]=>
int(68)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[1]=>
object(WP_Term)#16073 (11) {
["term_id"]=>
int(123)
["name"]=>
string(17) "Gluten-free lunch"
["slug"]=>
string(17) "gluten-free-lunch"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(123)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(54) "Specially selected midday treats for a no-gluten diet."
["parent"]=>
int(0)
["count"]=>
int(31)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[2]=>
object(WP_Term)#16179 (11) {
["term_id"]=>
int(155)
["name"]=>
string(16) "Goodbye, gluten!"
["slug"]=>
string(19) "dairy-free-delights"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(155)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(102) "If you're intolerant to gluten or have decided to go gluten-free, these recipes are ideal for you"
["parent"]=>
int(0)
["count"]=>
int(20)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[3]=>
object(WP_Term)#16144 (11) {
["term_id"]=>
int(220)
["name"]=>
string(12) "Low-GI lunch"
["slug"]=>
string(12) "low-gi-lunch"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(220)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(49) "Eat something slow-burning and balanced at lunch."
["parent"]=>
int(0)
["count"]=>
int(23)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[4]=>
object(WP_Term)#16083 (11) {
["term_id"]=>
int(323)
["name"]=>
string(6) "Noodle"
["slug"]=>
string(6) "noodle"
["term_group"]=>
int(0)
["term_taxonomy_id"]=>
int(323)
["taxonomy"]=>
string(15) "bbc_collections"
["description"]=>
string(60) "Recipes for oodles of noodles, including soba, rice and egg."
["parent"]=>
int(0)
["count"]=>
int(45)
["filter"]=>
string(3) "raw"
["term_order"]=>
string(1) "0"
}
[5]=>
object(WP_Term)#16161 (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(34)
["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 ( 38, 123155220323412 )) AND p.post_type = 'bbc_recipes' AND (p.post_status = 'publish' OR p.post_status = 'private') AND p.ID <> 3331 GROUP BY p.ID ORDER BY p.post_date DESC LIMIT 0, 16