Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
 
Pages: 1
#1 2008-03-19 09:15:52
- mathias
 - New Member
 - Registered: 2008-03-19
 - Posts: 1
 
category_list and style
Is there a way to display a list of categories (automaticaly)like an unordered list but with different bullets for each categories (so different class attribute)?
Example:
<ul>
  <li class=“category1”>category1</li>
  <li class=“category2”>category2</li>
  <li class=“category3”>category3</li>
  <li class=“category4”>category4</li>
  <li class=“category5”>category5</li>
</ul>
The name for the class attribute could be the name for the category. Best: the txp tag can manage parent categories, display or not the children etc…
Thank you.
Offline
#2 2008-03-19 09:42:02
- bancroft
 - Member
 
- Registered: 2005-09-30
 - Posts: 39
 
Re: category_list and style
You could try this plugin
Offline
Pages: 1