• Hi, I am pulling out my hair trying to figure out how to set the parameters for the listing of the daily archives.

    I am using the <?php wp_get_archives('type=daily&limit=7') ?> to list the last 7 days.

    But the list shows up like this:
    * September 28, 2007
    * September 27, 2007
    * September 26, 2007
    * September 25, 2007
    * September 24, 2007
    * September 21, 2007
    * September 20, 2007

    I would like it show up like this:
    Monday, September 28
    Tuesday, September 29

    or something like that. I can’t find any documentation on how to actually change that. Can anyone shed some light on this?

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • See “Options” in the admin screens. You should be able to change the option “Default Date Format” to your liking. There’s a link there to documentation as well.

    Carmine

    Thread Starter jamespoling

    (@jamespoling)

    I’m an idiot.

    Thanks loverly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Showing Day of Week in Daily Archives’ is closed to new replies.