This is probably very simple, and I dare say I just need more caffeine to get some more grey matter working…!
I’m creating a tumblelog from all my feeds around the web, along with my EE based blog posts. It’s all coming along very well, but I’m struggling to work out how to achieve my desired end result.
What I want to have is a flow of all my content, ordered by date BUT it also needs to be grouped by categories.
So this months posts would have a daily/monthly date heading eg “September ‘09”, then the entries are grouped by category, eg flickr, dribbble, vimeo etc.
My current basic markup is as follows:
{exp:channel:entries channel="tumblelog" orderby="date" disable="member_data|pagination" category="11|2|7|50"}
{date_heading display="monthly"}
<h1>{entry_date format="%F %y"}</h1>
{/date_heading}
{title}
{/exp:channel:entries}Any thought appreciated, I’m ready to slap myself on the forehead and sit in the corner for a while too 😉