[Tex/LaTex] How to put the caption below the listing

captionslistings

When I use a simple caption, tex puts it above the listing

\begin{lstlisting}
\end{lstlisting}

enter image description here

If I use \captionof, caption goes below the listing, but paragraph for next line doesn't work.

\begin{lstlisting}
Listing example
\end{lstlisting}
\captionof{lstlisting}{My caption}

Next line, Next line, Next line, Next line.

enter image description here

As you see, there is not a paragraph.

Best Answer

[Answer from OP, originally edited into question]

I found a solution.

\begin{lstlisting}[caption={My Caption},captionpos=b]