Post ID - Peter Coughlin

I’m Ditching Post IDs In WordPress Permalinks

You probably know that you can change the URL of your WordPress posts by using a custom permalink structure. I've always done that, primarily for search engine benefit, and until just recently I've been using a custom permalink structure of;

/%category%/%postname%-%post_id%/

This was all well and good, until I needed to move one of my blogs. I couldn't do a database move and had to export and then import the blog content. That's when it all started to get messy. When I imported the posts into the new blog, all the post IDs changed.

You'd sort of expect that really, but what I never thought about was that it also meant all the post permalinks changed too, because the post ID formed part of the URL. Ummm.. bad. Permalinks are supposed to be permanent. Read more on I'm Ditching Post IDs In WordPress Permalinks →

Post and Page IDs In WordPress Admin

There have been a lot changes to WordPress recently – but one that I don't like is the loss of page and post IDs in the admin section.

Remember when you used to see the list of post and pages and there was a column with the page ID of each one? I found that really useful. Ok, it was probably because many of my plugins use the page IDs, but nevertheless, I miss being able to see them at a glance. Read all of Post and Page IDs In WordPress Admin →