Hello!
I’m doing a weblog (for a french brand of sneakers, called Veja), everthing is working fine, but I’ve got a problem using categories…
I really don’t understand what happend !!!
You can have a look at my page here...
In the CATEGORIES colums, you can see, there is only “producers”, and when you click on this link, you can see all the categories, with the descriptions, but no entries…
This is the code of my sidebar :
<ul class="idList">
{exp:weblog:categories weblog="{my_weblog}" style="nested"}
<a href="http://{path={my_template_group}/index}">{category_name}</a>
{/exp:weblog:categories}
</ul>And this is the code of the categories page :
{exp:weblog:category_archive weblog="default_site" style="linear" }
{categories}
<h3>{category_name}</h3>
<p>{if category_description}{category_description}{/if}<br />
{/categories}</p>
<p>{entry_titles}<br />
<a href="http://{path=SITE_INDEX}">{title}</a></p>
<p>{/entry_titles}</p>
<p>{/exp:weblog:category_archive}You can have a look at my full page (.txt format) here
Does anyone have a idea ? I really don’t get it, I’ve made two before (simple) site with EE, and I NEVER have this problems :-(
Thanks in advance
PS: I’m using the last build of EE..