Help get this topic noticed by sharing it on Twitter Twitter, Facebook Facebook, or email.
Dave Joyce

Template code to pull up Asset works in one template, but not the other

I've got template code that works perfectly in one of my templates, but not in the other. And I'm racking by brain trying to figure out why... any ideas?

Here's my exact template code if that helps....


{exp:channel:entries channel="gems" dynamic="off" orderby="date" limit="20" {triggers:entries}}
{if count==1}
<ul class="divided_list">
{/if}
<li>
<div class="two_third">
<div class="the_pad content">
<h2><a href="{page_url}">{title}</a></h2>
<p>{gem-abstract} <strong><a href="{page_url'}">Continue Reading&nbsp;&raquo;</a></strong></p>
</div>
</div>
{gem-author}
<div class="third">
<div class="the_pad content left_divider">
{if author-picture}
{author-picture}
<div class="avatar">
{exp:ce_img:single src="{url}" debug="yes" width="72" height="72" crop="yes|right,center"}
</div>
{/author-picture}
{/if}
<strong class="serif">{title}</strong><br />
<em>{author-company}</em>
</div>

</div>
{/gem-author}
</li>
{if count==total_results}
</ul>
{/if}
{if no_results}
<div class="mpad content"><p><em>No results found {triggers:entries_title}</em></p></div>
{/if}
{standard_pagination}
{/exp:channel:entries}
1 person has
this problem
+1
Reply