Help - Search - Members - Calendar
Full Version: Creating An Index List Of Posts Under A Specific Category
Movable Type Community Forum > Using Movable Type > Categories and Entry Tags
realitysandwich
The title pretty much says it all. I'm just trying to figure out a way to create a list of all the entries under a specific category that will link to the actual entry. Thought it would be simple (of course) but haven't had any luck.
Su-
Modify your Entries loop with the categories argument.
neplusultra
there is your answer :

if you use the code below , you can show last n entries belong to a specific category.

of course you have to use your own category name and number n

CODE
<category label="category name">
<MTEntries lastn="n">
<p><a href="<MTEntryPermalink>"><MTEntryTitle></a></p>
</MTEntries>
</category>
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.