Help - Search - Members - Calendar
Full Version: Assigning multiple categories
Movable Type Community Forum > Additional Resources > Tips and Tricks
doubleclick
I need to assign to every entry more than one category (Country, language, year). Ok, this is easily done, with the link ASSIGN MULTIPLE CATEGORIES provided.
Now, on the main page the links to the different categories are all mixed up!! sad.gif
Is it possible to have a column of links where you can find ONLY the different countries, another one for the language, etc.?
What do I have to do?

Here's the link to the page: Movable Type

As you can see on the right, where it says "Entries by country", there are also some category links named "1998" and "2002". And we would like to have those year category links separated from the country links. Is there a way to do that?

Thank you very much in advance
kadyellebee
If that list of categories is the only place that its really a concern to you, you could hard-code in the category list to look how you want it too.

CODE
Entries by Years:<br>
<a href="http://www.cincomonos.com/jan/archivos/cat_1998.html">1998</a><br>
<a href="http://www.cincomonos.com/jan/archivos/cat_2002.html">2002</a><br>
Entries by Country:<br>

....and so on.....


Kristine
crys
I'm using PHP code to sort out two kinds of categories -- If you want go go that route I could give you my code and we could try modifying it to work with your set-up
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.