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

Entry pages - step one: Displaying the entry on its "Entry page"

The entries are displayed directly on the "Comments Main Page" using the same variables as the ones used on the "Entry" Templates. (Exept of course for the !!comurl!! variable, which can't be used here.)


Example:
<html>

<head>
    <title>My Upsaid web log - Entry page</title>
</head>

<body>

<table width="400" bgcolor="#D0F0EB">
    <tr><td><u>!!title!!</u></td></tr>
    <tr><td>!!body!!</td></tr>
    <tr><td align="right">Posted at !!hours12!!:!!minutes!! !!ampm!!</td></tr>
</table>

</body>

</html>
Here is what the Entry page looks like so far:
This is a title
This is the entry body
Posted at 2:37 pm
Head to the next chapters for details on how to display the comments, and the "Post a comment" form on the Entry page.
© Upsaid.com, 2001 - 2003 Contact us - Privacy policy - Terms of use