I have created in Category Management nine categories. When I check on the webpage only 2 are listed. I am using the following code:
<div class="sideitem">
<h4 class="itemtitle">Categoriƫn</h4>
<ul>
{exp:weblog:categories weblog="{my_weblog}" style="nested"}
<a href="http://{path={my_template_group}/index}">{category_name}</a>
{/exp:weblog:categories}
<li><a href="http://{path={my_template_group}/categories}">Overzicht Categoriƫn</a></li>
</ul>
</div>When I click on the webpage to see the overview of the categories that are available, only 2 are listed where the first has entries. The second category is displayed except without any entries. There are entries in all the categories I have created.
example:
Category 1
|- entry 1
|- entry 2
|- entry 3
|- entry 4
|- entry 5
|- entry 6
Category 2When I try to load the category through the address bar manually (I use Category URL Titles In Links) then I am able to see the entries:
example:
.../index.php/weblog/category/category1I hope somebody knows how to fix this problem! Thanks in advance!
EE 1.6.0
Build: 20070815