Error in Query :
select p.ID, p.post_title, substring(p.post_content, 1,350) as post_content , post_name from wp_posts p where post_status = 'publish' and term_taxonomy_id IS NOT NULL and 1 = 1 order by p.ID desc limit 0 , 20
Unknown column 'term_taxonomy_id' in 'where clause'