[Tex/LaTex] Get the page number to the bottom with classicthesis

header-footer

How can i get the pagenumber to the bottom center of the page with the classicthesis template? Currently, the page number is in the header.

Best Answer

classicthesis still uses the obsolete package scrpage2. Add the follwoing after loading package classicthesis, or after loading classicthesis-config.

\clearscrheadfoot
\ohead[]{\headmark}
\cfoot[\pagemark]{\pagemark}