Hi, all,
My website, elephantwords.co.uk, has a feature in the middle navigation bar (at bottom of page) that uses the following code to get a weekly archive of the main category:
<?php wp_get_archives('type=weekly'); ?>
The problem is, when you go into the archive page, it is only showing items by one author (me!), and I need it to show items by all authors.
I've tried testing what happens when I adjust another user up to admin status (nothing!), and also what happens when I change the author of the post to me (also nothing!). This is a fundamental part of my website, so I need to get it working.
Does anyone have any ideas?