select post_title,count(id) as cnt from wp_posts where post_type='post' group by post_title having cnt>1;