Hi guys!
I use <?php the_category() ?> to show categories of my posts but I'd like to show just child categories.
With that code I'll have the parent-category and the child category! I want to print just the second, even if the first is checked!
How can I do?
Thanks!!!