Cool, before I forget, this what I was referring to about the tag URL...
Using .htaccess to remove the hidden menu directory from all tag URLs
bit.ly/1HZVFjA
So for example, here's a tag URL from your website...
getk2.org/show/tag/announcement
Using a .htaccess rule, you could remove "/show" from the URL...
getk2.org/tag/announcement
This would be ideal to future proof a website (change of platforms, etc.)
I would also advise the inclusion of another rule to redirect all access to
getk2.org/tag to the homepage (if not a site visitor will receive a 404 Error Page)
see what I mean...
getk2.org/show/tag/
Please let me know if you understand now and if it makes sense or if you know of a better solution :)