Created
December 21, 2012 03:12
-
-
Save lukeholder/4350442 to your computer and use it in GitHub Desktop.
#eecms error
This file contains hidden or 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
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