is there a way to delete all my posts in wordpress in one shot. I imported about 200 from a blogger blog i had, but i decided to start from scratch b/c the formatting for the blogger posts is screwy and it is messing up my site validation (it added all these <div> when i inserted images). is there a way to dele all the posts other than just spending forever just deleting one at a time? thanks!
Although I haven't done this, I'm sure this would work: Go into phpmyadmin Select your wordpress database Click on the wp_posts table (left column) Check all the entries (right panel) Click Empty (top right corner) Backup your database first, just in case.