recententries with links
Posted: Tue Aug 29, 2006 4:19 am
I am trying to use the recent entries plugin. Just want it to list titles and dates. Just want the titles to link to the actual article permalinked page.
Got this... but I can't get it to work:
Suggestions?
Thanks.
brian
Got this... but I can't get it to work:
Code: Select all
{foreach from=$dategroup.entries item="entry"}
<div class="serendipity_showentry_title">
<a href="{$entry.link}">{$entry.title|escape}</a>
{$entry.timestamp|@formatTime:DATE_FORMAT_ENTRY}
</div>
{/foreach}Thanks.
brian