• I’ve found on a new install of WordPress 3.0.1 that all works fine except the Archives Page which results in a 404 error but only when using the following Permalink tags:

    /%day%/%monthnum%/%year%/%postname%/

    I find WordPress didn’t like this when it came to the archives page, but if you change it to:

    /%monthnum%/%year%/%postname%/

    It fixed the problem for me.

    I notice though that on the archives pages, even though the new tag is:

    /%monthnum%/%year%/%postname%/

    The Archive Page actually shows like:

    /%year%/%monthnum%/

    Not sure if this is a bug or something I’m missing but thought I’d mention it here. Doesn’t bother me to much having to use fewer tags, its a shorter url.

    🙂

The topic ‘Archive Page 404 Error?’ is closed to new replies.