Home Sign up Features Members Forums Control menu Search
Upsaid templates tutorials

Archives Lists : Creating the "Entries" list

Let's now look at the second method for making archives links: the "Entry list". Actually, this list of links doesn't lead to the Archives main page, but to the entry's comments page.
In order to create an easy to read list , you may want to place it inside a html table, placing the entry's title in one column, and the date the entry has been posted in another column:
<tr>
    <td width="150"><a href="!!comurl!!">!!title!!</a></td>
    <td align="right">!!month!! !!monthday!!, !!hours12!!:!!minutes!! !!ampm!!</td>
</tr>

You may also specify a separator which will be included between each entry. In our exemple, we have been using tables, so there is no use for a separator. However, if we hadn't been using tables, it would have been a good idea to insert a <br /> tag in the "Entry List separator" field.

The list will then look like this:

This is a titleNovember 04, 11:47 am
This is another titleNovember 02, 9:24 am
This is another titleOctober 30, 4:17 pm
© Upsaid.com, 2001 - 2003 Contact us - Privacy policy - Terms of use