• Hi,

    I’ve seen something like this asked before, but can’t find any resolution.

    I just want my archives list to show the months as a sublist of the year, so I get output like:

    <ul>
    	<li>2009
             <ul>
                <li>january</li>
              </ul>
             </li>
    </ul>

    I don’t want a plugin that does any javascript effects, or collapsing lists or anything like that, I just need a way to have months formatted as sublists of years.

    Any ideas?
    thanks
    matt.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Archives Month as nestled list in year’ is closed to new replies.