How do I display custom taxonomies on a page template?
ie: I have this: register_taxonomy("article_topics", array("articles"), array("hierarchical" => true, "label" => "Article Topics", "singular_label" => "Article Topics", "rewrite" => true));
It spits out a whole list of article topics. Can I display those article topics on a template? Can I use them as sub-navigation?
Or should I just use good old wordpress categories? Can I even associate custom post types with categories?
Sorry for the questions, I really like this feature of custom_post_types, but I feel pretty lost right now.
Thanks
Nadine