get_archives() problem
-
Here is the page that I’m having problems with. As you can see, there’s obviously there’s a bit of a problem with the weekly archives. Here is the code that I used first off:
<?php get_archives('weekly','','other','» ','
', true); ?>
Anyway, the way that the weeks are done is the problem. Here’s one example:
???? 10/11/2004?¢??????10/18/2004
???? 10/10/2004?¢??????10/17/2004
It shouldn’t be doing that obviously, as there should only be one week and it should be 10/10/2004?¢??????10/17/2004, and not 10/11/2004?¢??????10/18/2004 afterwards. Any possible way of fixing this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get_archives() problem’ is closed to new replies.