Heya,
So I have a page that uses <?php wp_get_archives('type=monthly&show_post_count=1') ?> to display my posts by month. The problem is that it includes posts from categories that I don't want it to display in it's count.
Using wp_get_archives or any other function that works, I need a way to list posts by month with the ability to exclude certain posts from certain categories, can anyone help? Thanks!