new

<BlogDateHeader>
<h2 class="date-header"><$BlogDateHeaderDate$></h2>
</BlogDateHeader>

The above deals with displaying the dates of the post somewhere near the title.

<BlogItemTitle>
<h3 class="post-title">
<BlogItemUrl><a href="<$BlogItemUrl$>" title="external link"></BlogItemUrl>
<$BlogItemTitle$>
<BlogItemUrl></a></BlogItemUrl>
</h3>
</BlogItemTitle>

The above section deals with displaying post titles in H3 tag above the post body.
Using the above principles of template tags, we can formulate our changes as follows:

No comments:

Post a Comment