Im currently working on a theme for public release and I am wondering how to nest posts into a 3 level hierarchy based on date, starting with year. For example:
- 2008
- May
- What is a post title
- Post title 2
- Another post title here
- January
- This is a post title
- Post title two
- Another post title
- 2007
- December
- What is a post title
- Post title 2
- Another post title here
- September
- This is a post title
- Post title two
- Another post title
- March
- This is a post title
- Post title two
- Another post title
I can get the individual posts, its the wrapper with correctly organized month and year that matter to me. Anybody know how to set up the conditionals in my theme?
Thanks!