Skip to content

WordPress Permalink Changes

While upgrading my WordPress installation, I decided that the permalink structure’s inclusion of the “/archives” string was superfluous. http://www.laurenwood.org/anyway/2007/10/04/sample-post/ contains as much relevant information as http://www.laurenwood.org/anyway/archives/2007/10/04/sample-post/. So I changed the permalink structure, and also installed Dean’s Permalinks Migration to take care of the 301 redirection of links to the old URLs. So far it seems to work fine; if you don’t like your permalink structure any more but don’t want to risk people getting 404s, try it out.

{ 4 } Comments

  1. Asbjørn Ulsberg | Oct 04, 2007 at 11:36 pm | Permalink

    I agree that the “archives” part is superfluous. What I’d like to get rid of, though, is the “category” part that for some reason needs to be in the URL of all category pages. It too is superfluous, at least outside of WordPress (as in general URI design), but for some mystical reason, WordPress requires it.

  2. Lauren Wood | Oct 05, 2007 at 9:17 am | Permalink

    Good point; I have no idea why that’s necessary. If you find out, could you let me know?

  3. Asbjørn Ulsberg | Oct 09, 2007 at 1:28 am | Permalink

    Sure!

  4. Lauren Wood | Oct 26, 2007 at 10:50 am | Permalink

    It seems to be there to ensure there aren’t name clashes between categories and Pages. If you’re comfortable hacking the PHP, try the fix at
    http://wordpress.org/support/topic/108875

    I thought it was working for me; turns out (at least with 2.3.1) that clicking on the link doesn’t take you to the right spot, so I have to do some more digging when I have time.

Post a Comment

Your email is never published nor shared. Required fields are marked *