Forums
(@stewartugelow)
20 years, 8 months ago
Inspired by this thread, I wrote a plugin to do this.
http://www.ugelow.com/2005/09/12/stewart-single-page-view/
21 years, 11 months ago
get_the_category() returns the category of the current post. get_the_category_parents(get_the_category()) will return the parent of the current category. Take a look at wp-includes/template-functions-category.php for more options.
get_the_category()
get_the_category_parents(get_the_category())
wp-includes/template-functions-category.php