Sweet, that worked great, alphaoide! 🙂
Is there another table that contains the count number for new posts? Even with the post2cat cleared, when I create a new post it starts at count 234.
Electrolund, since you’re deleting all of your content, just delete the entire database and start over from the beginning. It’s easier and safer.
electrolund, the auto-increment number on a table won’t reset unless the table is dropped and recreated, or you reset the value manually. For the latter:
ALTER TABLE wp_posts AUTO_INCREMENT=1;
You might want to use this on each table (changing the table name, of course), since they all have auto-increment values.
This is indeed an interesting topic, Im looking for a way to kill posts in a specific category in wp2 without them being transfered to the default category.
Go to your database manager, maybe phpmyadmin.
1. Go to your database
2. Go to the tables wp_posts and wp_comments. The first row should say for: wp_posts = ID and wp_comments=comment_ID.
3. Check mark the the ID part and click Browse.
4.There you will see your posts and comments. From there you can delete them.
worked on my blog SEO South Africa