My suggestion and hope is to allow the display of Tags and the Author on the tags.php page.
Currently the tag.php page will not display tags our the author without a change to a k2 core file.
2 lines need to be changed in components/com_k2/models/item.php
at line 106 add: || ($task == 'tag')
the line will look like