I want to display the latest 5 post @ my website.
and i want the result something likte this:
Title | Category | Comments
Title: gives the title of the post
Category: displays the category where the post is placed
Comments: displays the number of comments
how i get this work?
i have this now:
CODE
<MTEntries lastn="5" offset="0">
<$MTEntryTitle$>
<div class="blogbody">
<MTEntryIfExtended>
<span class="extended"><a href="<$MTEntryPermalink$>#more"><$MTEntryTitle$></a></span><br />
</MTEntryIfExtended>
</MTEntries>
<$MTEntryTitle$>
<div class="blogbody">
<MTEntryIfExtended>
<span class="extended"><a href="<$MTEntryPermalink$>#more"><$MTEntryTitle$></a></span><br />
</MTEntryIfExtended>
</MTEntries>
but that doens't work right. It displays only 1 link.
How i get this job done.?
Regards,
Bas