Skip to content

Instantly share code, notes, and snippets.

@mbuckley
Created November 29, 2011 23:31
Show Gist options
  • Save mbuckley/1407153 to your computer and use it in GitHub Desktop.
Save mbuckley/1407153 to your computer and use it in GitHub Desktop.
Playa count example
{exp:channel:entries channel="homepage" limit="1" url_title="homepage_{location}"}
{english_features}
<li><a href="#">{count}</a></li>
{/english_features}
{/exp:channel:entries}
Output
<li><a href="#" class="ui-link">1</a></li>
<li><a href="#" class="ui-link">1</a></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment