The <CategoryList> container is used to generate a list of the weblog’s category pages. The CategoryList container takes the form...
<CategoryList>
<$CategoryName$>
<$CategoryLink$>
</CategoryList>
This container works like a loop in that the inner value of the container is printed for each category page.
The CategoryList container can take the following attributes…
The CategoryList container has two inner tags.
As an example, let’s say you wanted to generate a comma-separated list of links to the category pages. You’d use the following code…
<CategoryList sort_order="ascend" glue=",">
<a href="<$CategoryLink$>"><$CategoryName$></a>
</CategoryList>
Note: CategoryLists have no meaning on the Feed Template