When I change the limit parameter to 3, it lists no entries, but when I change it to 12, it gives 3 entries. What do you think is going on here?
<div class=“right2”>
<div class=“headline-right”>Articles</div>
<ul>
{exp:weblog:entries weblog="Resources" sort="desc" limit="12" orderby="Date" dynamic="off"}
{if ResourceType == "Article"}
<li class=“right-bullets-triangle-r”>{title}</li>
{/if}
{/exp:weblog:entries}
</ul>
</div> <!—end right2—>