I have noticed that most blogs get catergorized monthly: January 2011 February 2011 March 2011 etc... My web guy did mine yearly: 2011 can be seen here: http://www.surfimages.com/blog Should I be breaking them up monthly and is there a plug in for this? Thank you...
Yeah, monthly is usually better if you have lots of posts. If the sidebar is not using an archive widget, you need to make a small change to the sidebar code. Open sidebar.php in your theme folder, then look for this line: <?php wp_get_archives('type=yearly'); ?> Change it to this line and save. <?php wp_get_archives('type=monthly'); ?>