If, say, one would like the category(ies) of each post to appear under the credits/comments/trackback line for each post and a listing of all the categories to show up in the sidebar of a blog to appear, would it be a difficult thing to make happen?
Is there anyone out there would could assist with such a project?
Or even better, magically make it happen as I am tragically inept when it comes to all things technical? Typing this post is about as good as it gets.
Eternal greatfulness and one genie wish* granted in return for your help!
*Some conditions apply
Let's see...
This block:
<MTEntryCategories glue=", ">
<a href=""></a>
</MTEntryCategories>
Will give you a list of all your categories for a post -- for example, near the comment section. Each category name will be a link to the category page, too. All you have to do is add that section in your page where you'd like it to appear.
I don't have the code handy for the categories down the side, but I'm sure it's quite similar -- except it would start with <MTCategories> and have a followed by a </MTCategory> ... but that will all change with the new system.
Posted by Ogre at March 24, 2007 11:38 PMLet's see...
This block:
<MTEntryCategories glue=", ">
<a href="<$MTCategoryArchiveLink$>"></a>
</MTEntryCategories>
Will give you a list of all your categories for a post -- for example, near the comment section. Each category name will be a link to the category page, too. All you have to do is add that section in your page where you'd like it to appear.
I don't have the code handy for the categories down the side, but I'm sure it's quite similar -- except it would start with <MTCategories> and have a followed by a </MTCategory> ... but that will all change with the new system.
Posted by Ogre at March 24, 2007 11:39 PMYay, double posting! (Use the second code, the first one ate one of my tags).
Posted by Ogre at March 24, 2007 11:39 PM