syntax error: SELECT count(parent.ID) AS numrows FROM wp_posts AS parent where parent.post_type = 'post' AND parent.post_status = 'publish' ORDER BY ID DESC