List taxonomy terms as links

How can I make a list of links of all the taxonomy terms I’m using? For example, I have a taxonomy of Manufacturers with terms of Honda, Ford, etc. I want to list out those terms as links.

1 Answer
1

My apologies. After some more searching, I found that I could pass the taxonomy as an argument in wp_list_categories. Here is the info via WordPress Codex.

Leave a Comment