Hi there,
I have a simple question concerning concerning posts and categories.
I have two major category types on my WordPress site. Say, CITY and FLAT TYPE. Each one of this category has several child-categories.
What I want to do is to differentiate these in my blog. So far in the sidebar I managed to this perfectly. I have two main headers: CITY and FLAT TYPE, with each one of this showing only their child categories.
Now I need to do something similar for my posts. That is, I want to be able to show in my posts, just below the title. By default WordPress would show something like this for the posts:
CATEGORIES: Chicago, studio flat
But what I need is something like:
CITY: Chicago
FLAT TYPE: studio flat
Is this possible?
Thank you in advance,
P.