Showing Day of Week in Daily Archives
-
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, 2007I would like it show up like this:
Monday, September 28
Tuesday, September 29or 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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Showing Day of Week in Daily Archives’ is closed to new replies.