Hi,
I’m trying to show a certain div class on the third weblog entry I"m displaying but it doesn’t seem to be working. Any ideas? Here is the template:
{exp:weblog:entries weblog="cases" limit="3" category="6"
disable="category_fields|member_data|pagination|trackbacks"}
<div class="common-col {if count == "3"}common-col-last{/if}">
<h5>{title}</h5>
<p><span class="date">{entry_date format="%F %d, %Y"}</span>
{exp:word_limit total="12"}{case-description}{/exp:word_limit}
<a href="{url_title_path=work/cases}" class="link-readmore">Read More</a></p>
</div>
{/exp:weblog:entries}
Thanks
Moderator’s note: Moved to Howto.
