Does anyone know if there is a method in Wordpress (a plugin or something) that can create multiple sets of tags for posts?
Say, for example, I write a blog about movies. I would like to have tags to describe the genre, stars, director, etc.
They should look like this:
--------------------------------
Genre: Action, Adventure, Western
Starring: Eli Wallach, Clint Eastwood, Lee Van Cleef
Directed by : Sergio Leone
--------------------------------
But all I can get in Wordpress is something like this:
--------------------------------
Tags: Action, Adventure, Clint Eastwood, Eli Wallach, Lee Van Cleef, Sergio Leone, Western
--------------------------------
So I need something that can either create multiple sets of tags or allow me to organize tags into groups and then present them separately on the page.
Thanks for your thoughts!