Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save robertbiswas/4c2b5c9a22e6054c08459b1942e15d99 to your computer and use it in GitHub Desktop.
Save robertbiswas/4c2b5c9a22e6054c08459b1942e15d99 to your computer and use it in GitHub Desktop.
{% set all_tags = blog_tags('default', 250) %}
<ul>
{% for item in all_tags %}
<li><a href="{{ blog_tag_url(group.id, item.slug) }}">{{ item }} ({{item.live_posts}})</a></li>
{% endfor %}
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment