Skip to content

Instantly share code, notes, and snippets.

@ademers
Created November 7, 2012 14:29
Show Gist options
  • Save ademers/4031925 to your computer and use it in GitHub Desktop.
Save ademers/4031925 to your computer and use it in GitHub Desktop.
Statamic: Taxonomy Listing
<div class="block">
<h6>Categories</h6>
<ul class="list">
{{ taxonomy:listing folder="blog" type="categories" }}
{{ if no_results }}
<li>{{ no_results_text }}</li>
{{ else }}
<li><a href="{{ url }}">{{ name }} </a><span class="count">({{ results }})</span></li>
{{ endif }}
{{ /taxonomy:listing }}
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment