Creating navigation for WordPress custom post types based on taxonomy

Custom post types in WordPress have really elevated the software from being primarily a blogging platform and into a full-fledged content management system. WordPress has several built-in functions that let you list pages and categories so that users can navigate your site, but for custom post types sometimes you have to dig a bit deeper than wp_list_pages() or wp_list_categories().

I’ve developed a nifty little function that helps you to output a list of the custom taxonomies attached to any post currently being viewed. Continue reading Creating navigation for WordPress custom post types based on taxonomy