• When I put permalinks like that :
    /%year%/%monthnum%/%day%/%postname%/
    Everything works, archives too.

    When I put permalinks like that (french way : year at the end) :
    /%day%/%monthnum%/%year%/%postname%/
    Everything works EXCEPT archives. It makes a “Not Found” error.

    I have all verify, htaccess, templates, etc…

    Am I wrong ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • /Year/Month/Day/ has nothing to do with how one formats a date, it’s just what makes sense.

    If you go to /2005/, it shows all posts from 2005, /2005/10/ all posts from this month, and /2005/10/08/ all posts from today.

    Now if we were to do /Day/Month/Year/, how in the heck are we to display all posts from this month? I mean, we need a day value in order to get to the month and year. Ex: /Month/Year/ or /10/2005/ would be the 10th day of the month number 2005, which of course there isn’t a month “2005”. ??

    Just keep using /%year%/%monthnum%/%day%/ in your permalinks.

    A solution to this however would be to have WordPress use filler data/wildcard like /X/10/2005/ or something, but to be honest, that’s rather ugly.

    Thread Starter hapaxlegomen

    (@hapaxlegomen)

    What a strange way of think… Since The first Roman Empire, dates are like this : “10 october 2005”. In every french speaking, spanish speaking and italian speaking countries, dates have this from. And you, you think it’s ugly… but it isn’t the question my friend.

    There is a bug because we cannot choose the order of permalinks in archives. You should find someway to correct it instead trying to correct more half of the world, isn’t it ?

    Nope, sorry not a bug, just something you would like which is not provided. Feel free to ask for it to be included.

    Moderator James Huff

    (@macmanx)

    If you would like to properly submit this “bug” and/or feature request, please follow these instructions: https://codex.www.ads-software.com/Submitting_Bugs

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I think I foubd an archive bug’ is closed to new replies.