Bit wierd, but some of my dates are showing and some are not, although all entries have the date set. Was working fine until I made some changes last night - but these changes were on a different template! Here’s my code…
{exp:weblog:entries weblog="default_site" orderby="date" sort="desc" limit="5" disable="member_data|trackbacks"}
<div class="entry">
<h1>{title}</h1>
<div id="entry_date">{date_heading}{entry_date format=' %l, %F %d %Y '}{/date_heading}</div>
{if allow_comments}
<div id="entry_comments"><a href="http://{url_title_path=">{if comment_total == 0}(0 comments have been made){/if}{if comment_total == 1}(1 comment has been made){/if}{if comment_total > 1}({comment_total} comments have been made){/if}</a></div>
{/if}
/images/hr-entry.gif
{summary}
{if extended}
<a href="http://{title_permalink=index/full}">Continue reading</a>
{/if}
</div>
{paginate}
Page {current_page} of {total_pages} pages {pagination_links}
{/paginate}
{/exp:weblog:entries}