August 15, 2005

Displaying the comment's author

To code the template so the comment's author will post :

<BlogItemComments>
<a name="c<$BlogCommentNumber$>"></a>
Posted by <$BlogCommentAuthor$> on <$BlogCommentDateTime$></a>
<br />
<p style="padding-left:15px"><$BlogCommentBody$> <$BlogCommentDeleteIcon$></p>
<br /><br />

</BlogItemComments>


Just replace your BlogItemComments block by this one and it should work.

No comments: