Hello all,
My site's weekly archives currently work when they're set to Monday. Once I set the weekly start date to Saturday my archives no longer work and still display Monday-Sunday (i.e. Feb 2-Feb 8) when using the following code in my sidebar:
<?php wp_get_archives('type=weekly'); ?>
Any thoughts on what this could be? I've looked everywhere and have not found an answer yet. Any help is greatly appreciated!