Proiecte HCL
Error!SELECT p.*, a.term_order FROM wp_posts p
inner join wp_term_relationships a on a.object_id = p.ID
inner join wp_term_taxonomy ttt on ttt.term_taxonomy_id = a.term_taxonomy_id
inner join wp_terms tt on ttt.term_id = tt.term_id
where ttt.taxonomy='media_category' && tt.term_id=26 order by a.term_order asc
LIMIT 50