• This is killing me.

    I simply want to generate a list of all my posts organized by year.

    EG, i want to return the following list

    <ul>
    <li>2005<ul><li>Post 1</li><li>Post 2</li></ul></li>
    <li>2006<ul><li>Post 3</li></ul></li>
    <li>2007<ul><li>Post 4</li><li>Post 5</li><li>Post 6</li></ul></li>
    </ul>

    Sorry, I’ve been looking all over the forums for this.

  • The topic ‘List Posts Grouped by Year’ is closed to new replies.