Created
November 29, 2011 23:31
-
-
Save mbuckley/1407153 to your computer and use it in GitHub Desktop.
Playa count example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{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