Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-10-18 03:45:15
- scdoody
- Member
- Registered: 2006-10-18
- Posts: 129
Creating a list of article categories
Hello,
I am new to this and need some help creating a list of my article categories.
I used the tool in the left column that helps you build tags. However, in the input field for “categories” I just put “all” because I assumed that I did not have to enter each category I want to display. This resulted in the following code:
<txp:category_list categories="All" label="Categories" section="article" this_section="1" type="article" />
Unfortunately, this code did not display a list of categories. Can anyone offer advice on how to get a tag that will produce a list of all categories?
Thanks,
Sarah
(Edit: updated to display code properly. -Mary)
Last edited by Mary (2006-10-18 03:55:31)
Offline
#2 2006-10-18 03:58:44
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: Creating a list of article categories
Remove categories="All"
. All categories are what is listed by default. :)
Offline
Pages: 1