|
|
 |
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: |
|
|