Help - Search - Members - Calendar
Full Version: Category name
Movable Type Community Forum > Additional Resources > Tips and Tricks
ZulloP
Hi all,
I was wondering if it will be possible having the category name before the post title in my blog.

Example: (Category: Music - Title: What a nice song)

Music : What a nice song

If it is possible, can somebody please indicate me how to do it?

Many thanks in advance.
girlie
CODE
<MTEntryCategory> : <MTEntryTitle>
DemiGoddess
The tag used for the title in the default templates is:

CODE
<h3 class="title"><$MTEntryTitle$></h3>


You can place the tag for the Category anywhere you want. This allows for multiple category listing:

CODE
<MTEntryCategories glue=", ">
<a href="<$MTCategoryArchiveLink$>"><$MTCategoryLabel$></a>
</MTEntryCategories>
fire4god
CODE
<font style=" font-weight: bold; font-size: 15px; color: #3333CC;"><$MTEntryCategory$></font> <font style="color: #888888;">|</font> <font style=" font-weight: bold; font-size: 10px;"><$MTEntryTitle$></font>


this is how i do mine. end result's this.
ZulloP
thank you so much!! biggrin.gif

Regards wink.gif
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.