I have a couple of sports sites. One one site, I have all referenced players as categories, and they all have their own pages that way. On another, they all have pages already. I want to be able to tag them in my blog posts and then have the related posts show up on their already-built pages. I’d like to do the same for teams, leagues, etc.
I figure I could use categories or tags, but the suggest function is what’s making me want to use tags. Not having to possibly choose 20 categories per post from an enormous list would be nice.
There are a couple of concerns, and things I’m wondering about:
- for players with the same name, I can give the category the same name, but different urls, making it easier to separate the two.
- for categories I’d most likely have to have some background association between my player id and the category id (in order to get the proper posts on the player pages). Do I do the same for tags? Or do I run searches on the tag names?
- is there any way for me to import tags from an external source?
- is there any way to go back and have older posts auto-tagged?
