I’m using the weblog categories archive tag, but it is not working properly.
{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}I originally had it as a list of each entry, but I wanted to have the categories listed above the entries. But the code only displays the category_names and not the entries. Any reason why?