Blogs organized by the month and year

Discussion in 'WordPress' started by cali boy, Mar 25, 2011.

  1. #1
    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...
     
    cali boy, Mar 25, 2011 IP
  2. Cash Nebula

    Cash Nebula Peon

    Messages:
    1,197
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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'); ?>
     
    Cash Nebula, Mar 25, 2011 IP