Skip to content

Instantly share code, notes, and snippets.

@lukeholder
Created December 21, 2012 03:12
Show Gist options
  • Save lukeholder/4350442 to your computer and use it in GitHub Desktop.
Save lukeholder/4350442 to your computer and use it in GitHub Desktop.
#eecms error
this works:
{exp:channel:entries channel="news" limit="10"}
<div class="item">
<div class="item-city">{title}</div>
<div class="votes"></div>
</div>
{/exp:channel:entries}
this does not:
{exp:channel:entries channel="proposedevent" limit="10"}
<div class="item">
<div class="item-city">{title}</div>
<div class="votes"></div>
</div>
{/exp:channel:entries}
Data in both channels. current url is /education/vote (tried using dynamic="no")
template debuggin is on...
page can be seen at:
http://cognitive-edge.com/education/vote
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment