Wordpress permalinks: only using the post_id from the URL
问题 I'm trying to have SEO friendly URLs for my wordpress blog, while still having the flexibility to change a post's title at will. My permalink structure would be like this: %post_id%/%postname% However, I'd like wordpress to just consider the %post_id% from the URL when looking for the appropriate post (sort of like here on stackoverflow) For example: https://stackoverflow.com/users/810/crossbrowser is the same as https://stackoverflow.com/users/810/hello-world I'd like all of these to point