Following this answer I added one column environment to my two columns article. Yet the \thanks{} footnote is not typeset by LaTeX.
Here the MWE
\documentclass[twocolumn]{article}
\usepackage{lipsum}
\begin{document}
\title{Something}
\author{Name \thanks{affiliation}}
\date{\today}
\twocolumn[
\begin{@twocolumnfalse}
\maketitle
\begin{abstract}
\lipsum
\end{abstract}
\end{@twocolumnfalse}
]
\lipsum
\end{document}


\twocolumnwill cause a page break – egreg Aug 11 '14 at 09:06\twocolumnor\onecolumn? – Aug 11 '14 at 09:15