I have a title which is to be shown in all the frames. Please note that, this is not the usual frame title, but a floating title (or some text) just above the frame content. This can be easily achieved by adding the title (or the text) in the frame environment.
The issue comes when frame break is allowed. When a frame is split, the title appears only on the first slide. Is there any way to get the title in the remaining slides as well ?
A MWE
\documentclass{beamer}
\begin{document}
\begin{frame}[allowframebreaks]
\textbf{The Title}
The content that spans over many pages
\end{frame}
\end{document}

frame, using the second approach outlined in another answer. – Coby Viner Jun 15 '18 at 18:38allowframebreaksis fairly evil. You really shouldn't be using it. – cfr Jun 16 '18 at 01:20