Wordpress display specific sub category of a parent category.

Posted by Pennf0lio on Stack Overflow See other posts from Stack Overflow or by Pennf0lio
Published on 2010-04-09T19:03:08Z Indexed on 2010/04/09 19:23 UTC
Read the original article Hit count: 280

So here's the scenario, I'm building a theme that would display sub category of a parent post

for Food: [Food] ->Hotdog ->Eggs ->Fries

for Toys: [Toys] ->Doll ->Car ->Drums

for People: [People] ->Mom ->Dad ->Uncle

now I don't want to display their parent category, just their subcategory (eg Doll, Car, Drums). I've looked list_cats() and wp_list_categories() but I can't figure out how to display it right.

Thanks!

© Stack Overflow or respective owner

Related posts about Wordpress

Related posts about wordpress-theming