WordPress database error: [Table 'mikael_vandenberghe.wp_comments' doesn't exist]
			SELECT ID, COUNT( comment_ID ) AS ccount
	FROM wp_posts
	LEFT JOIN wp_comments ON ( comment_post_ID = ID  AND comment_approved =  '1')
	WHERE ID IN (9)
	GROUP BY ID