Query: Select ID, post_content, post_title, post_name, post_excerpt, post_date From wp_posts Left Join wp_term_relationships On wp_term_relationships.object_id=wp_posts.ID Where term_taxonomy_id= Order by post_date DESC Limit 5
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Order by post_date DESC Limit 5' at line 5