How I do it. Might work for You too.
Make use of the \subtitle command, to do this use scrartcl document class,
and if you want the same fonts as at the article class,
also set them accordingly with \setkomafont
also set them accordingly with
\setkomafont
\documentclass{scrartcl}
\setkomafont{disposition}{\normalfont\bfseries} \begin{document}
\setkomafont{disposition}{\normalfont\bfseries}
\begin{document}
\title{(Title)} \subtitle{(Subtitle)} \author{(Author)} \maketitle \end{document}