{exp:weblog:entries orderby="date" sort="desc" month_limit="20" limit="10" }
{if count == 1}
<h1>Entries for {entry_date format="%F of %Y "}</h1>
{/if}
<h3><a href="http://{permalink}">{title}</a> </h3>
<p> <h5 class="article-date">{entry_date format="%F %d, %Y"}</h5><br />
{summary}<br />
{/exp:weblog:entries}Sometimes it displays the H1 tag sometimes it does’t. Any idea why? Could this method be refined?