Clean New Install Wordpress
Wednesday, January 28th, 2009Fresh install of wordpress has little junk in it (a test post, a test comment and 7 links)
TRUNCATE TABLE `wp_links`;
TRUNCATE TABLE `wp_comments`;
TRUNCATE TABLE `wp_posts`;
TRUNCATE TABLE `wp_term_relationships`;
UPDATE `wp_term_taxonomy` SET `count` = '0' WHERE `term_taxonomy_id` = 1;
UPDATE `wp_term_taxonomy` SET `count` = '0' WHERE `term_taxonomy_id` = 2;