Help - Search - Members - Calendar
Full Version: Display post in a certain category
Movable Type Community Forum > Additional Resources > Tips and Tricks
earl
how to display posts in a certain categories on the main page that will appear as headlines?
kadyellebee
I'm not quite sure what you are looking for.  Can you give more details?

Thanks,
Kristine
earl
i would like to know what codes to put in my index page to display the 5 latest title posts in my news and personal logs categories. i will put them in a separate tables and it result as headlines. in addition, it link to that particular post when clicked.

thanks a lot!
adamrice
I think you want something like this:
CODE
<ul>
<MTEntries lastn="5" category="news">
<li><a href="<MTEntryPermaLink>"><MTEntryTitle></a></li>
</MTEntries>
</ul>

<ul>
<MTEntries lastn="5" category="personal">
<li><a href="<MTEntryPermaLink>"><MTEntryTitle></a></li>
</MTEntries>
</ul>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.