Skip to content

Instantly share code, notes, and snippets.

@jasonvarga
Created January 7, 2014 02:35
Show Gist options
  • Save jasonvarga/8293832 to your computer and use it in GitHub Desktop.
Save jasonvarga/8293832 to your computer and use it in GitHub Desktop.
Bison Best Sellers tag example
{{ bison:best_sellers }}
{{ if no_results }}
<p>I dunno? Nothing has been sold yet.</p>
{{ else }}
{{ if first }}
<ul>
{{ endif }}
<li><a href="{{ url }}">{{ title }} has sold {{ total_sales }} times</li>
{{ if last }}
</ul>
{{ endif }}
{{ endif }}
{{ /bison:best_sellers }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment