Hi - I'm looking for a way to auto-populate my navigation menu with blog post tags. Additionally, I'd like the tags displayed to randomize every time someone visits my site.
For example, let's say I have a few posts with the tag 'sports,' another few with the tag 'politics' and another few with the tag 'music.' When a user visits my site, they might see a top navigation menu that says:
Home | About | Sports | Politics | Music
The next time they go to the site, it would populate the last three menu items with different tags:
Home | About | History | Art | Fashion
Each of the automatically generated menu items would go to a tag archive page displaying posts with that tag.
This site will have hundreds of articles, so creating menu items manually is not feasible.
Any help is greatly appreciated!