Skip to content

Instantly share code, notes, and snippets.

@kevincupp
Created July 18, 2014 18:21
Show Gist options
  • Save kevincupp/b2edff03a02570645f21 to your computer and use it in GitHub Desktop.
Save kevincupp/b2edff03a02570645f21 to your computer and use it in GitHub Desktop.
{exp:channel:entries channel="blog_articles" limit="500"}
{date_heading display="yearly"}{entry_date format="%Y"}<ul>{/date_heading}
{date_heading display="monthly"}<li>{entry_date format="%F"}<ul>{/date_heading}
{date_heading display="daily"}<li>{entry_date format="%d"}<ul>{/date_heading}
<li>{title}</li>
{date_footer display="daily"}</ul></li>{/date_footer}
{date_footer display="monthly"}</ul></li>{/date_footer}
{date_footer display="yearly"}</ul>{/date_footer}
{/exp:channel:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment