Skip to content

Instantly share code, notes, and snippets.

@franzos
Created April 11, 2015 09:46
Show Gist options
  • Save franzos/13a7eb4ec60990c00447 to your computer and use it in GitHub Desktop.
Save franzos/13a7eb4ec60990c00447 to your computer and use it in GitHub Desktop.
Bolt CMS: Filter entries by category
{% setcontent records = "blog/latest/10" where { 'entry_categories': 'Development' } %}
{% for record in records %}
<h1><a href="{{ record.link }}">{{ record.title }}</a></h1>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment