I've got so confused between all the different terms for taxonomy when reading up on wordpress.
I have a custom post type of car, I have a custom taxonomy of car manufactures. I would simply like to output/echo the manufacturer on the single post page.
Car manufactures taxonomy example:
- Honda
- Civic
- EK4
- EK9
- Integra
- DC2
- Civic
etc...
What code should I use so echo the taxonomy? Looking at the above example, is there a way to echo only the parent (Honda) or child (either Civic or EK4) if I choose to?
Many thanks
S