Think this has been posted before but can’t find a solid answer. All I need to do is display the child categories of a parent category.
I was trying category= (below) but that’s obviously the wrong approach.
<ul>
{exp:weblog:categories weblog="default_site" category="29" show_empty="yes" style="linear"}
<li><a href="#" title="View entries">{category_name}</a></li>
{/exp:weblog:categories}
</ul>Want to avoid extensions/plugins if possible. Any help much appreciated.