• Hi,

    Is this possible in my sidebar I would like to display my archives like:

    <ul>
      <li><a href="#">2010 (23)</a></li>
        <ul>
          <li><a href="#">September (20)</li>
          <li><a href="#">August (3)</li>
        </ul>
      <li><a href="#">2009 (25)</a></li>
        <ul>
          <li><a href="#">December (20)</li>
          <li><a href="#">Novemeber (5)</li>
        </ul>
    </ul>

    wp_get_archives doesn’t seem to be able to do this?

    Also on a seperate note can you have category date based archives like:
    mysite.com/category_name/2010 ?

  • The topic ‘Show Date Archives by Year and Month?’ is closed to new replies.