domokun
Mar 19 2004, 08:01 AM
Hi there,
I've just started using Movable Type but already find it so much more powerfull than Blogger and Greymatter.
Currently I have about five different categories and these all display perfectly on my main archive page.
What Id like to be able to do is to display a list of the entries contained within just one of these categories on my blog homepage (main page).
Any ideas how I can do this?
RussW
Mar 19 2004, 08:35 AM
do you want to display them on a list like a side bar on the main page?
you can do this
CODE
<MTCategories>
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a><br>
<MTEntries>
<$MTEntryTitle$>
</MTEntries>
<br /><br />
</MTCategories>
domokun
Mar 19 2004, 08:45 AM
But this would just show all the categories wouldnt it?
Perhaps i wasnt clear enough, let me give you an example:
I have three categories A, B and C.
On my homepage (main page) I want to show just the entries in category A. I am showing entries to A, B and C from my archive page but on the homepage I want to show JUST A.
Thanks
RussW
Mar 19 2004, 11:48 AM
here you go this will work for you
CODE
<MTEntries category="A">
shows all posts in category a