Hey - I want to display the Category Description on the page. The Category URL happens to be the last segment in the URL. So using
{ext:channel:categories show="{last_segment_category_id}"}
{category_description}
{/exp:categories}This works if the Category is a parent category. However if the last segment is a child category, it just does not get the ID and nothing displays.
Any idea why that does not work for child categories and how to get it to work?