Can You Change Older Post ID Values?
-
So I recently redesigned a blog for a client, and he now wants his permalinks to be Google News friendly (which he says means they must contain at least 4 unique numbers and preferrably end in .html). Changing new posts to this format is easy enough, just by changing the auto increment value in the wp_posts sql table so that the post ID includes 4 numbers and then formatting permalinks, so that much is already figured out.
The problem is I don’t see any easy way to get older post IDs over to this format aside from going in and changing every ID value by hand, and again for the categories. Obviously this is a pain.
Does anyone know if there is an easier way to do this? Any help or suggestions are appreciated.
- The topic ‘Can You Change Older Post ID Values?’ is closed to new replies.