Moderator’s note: Merged & moved to Howto.
How can I display just the immediate sub-categories from the current category I am viewing?
I am using the category name in url feature
My categories are as such:
Dogs
-Big Dogs
—Dalmatians
—Great Danes
-Small Dogs
—Terriers
—Chihuahua s
If I am on viewing the mysite.com/category/Dogs
I want to list the two sub categories: Big Dogs, Small Dogs
If I am l viewing mysite.com/category/Big_Dogs
I want to list the two sub categories: Dalmations, Small Dogs
How would I do this with ExpressionEngine?