Elevates parent category template to top of WordPress Loop.
The PHP commands for theme developers to use are pretty straight forward.
get_category_child() returns the current post child category ID.
is_parent() checks if the current post is at the parent category.
get_category_title($id) gets the title of the category that is $id.
get_category_parent() returns the current post's parent category ID.
Requires: 2.5 or higher
Compatible up to: 3.1.4
Last Updated: 2008-8-3
Downloads: 2,939
Got something to say? Need help?