[Tex/LaTex] How to remove author and co-authors from a navigation bar in beamer presentation

beamer

There are 6 co-authors of my presentation. How can I remove all their names from the navigation bar and leave them on the title page?
Thanks for your help

Best Answer

Probably specifying the optional short author list will do the trick:

\author[First Author]{First Author \and Second Author \and Third Author}

Edit: As discussed below, the suggested solution works for my setup and I would guess that it does so for most setups. More specifically, it works if the theme (or you yourself manually) uses \insertshortauthor to display the author list in the navigation bar (header, footer, etc.). The same goes for \insertshorttitle and \insertshortdate..