Hi,
How can I edit or reset the post id which show as http://www.mydomain.com/10/page ? I found out that even after I deleted the post, the next post will be as 11 not 10.
Can some one please help? Thanks.
Hi,
How can I edit or reset the post id which show as http://www.mydomain.com/10/page ? I found out that even after I deleted the post, the next post will be as 11 not 10.
Can some one please help? Thanks.
I don't think you can reset post numbers.
That's how the MySQL database works. It is NOT a WordPress issue, it is the nature of incremental IDs in a database. Live with it.
I see... So, there's no way that I can clear the MySQL as well?
This post with instructions on manually changing post IDs and resetting the auto-increment may help you out. However, just be aware that changing post IDs will probably mess up the categories that are associated with them so be prepared to correct those afterwards.
go to your phpmyadmin and empty all tables than "wp_options" + "wp_usermeta" + "wp_users"
l think that will help you.
This topic has been closed to new replies.