Check if current page is author page in WordPress

user1878980 picture user1878980 · Jul 7, 2014 · Viewed 7.4k times · Source

Is there a way I can check if the current WordPress page is the author page?

Thanks in advance!

Answer

Alex picture Alex · Jul 7, 2014

Sure is is_author() - http://codex.wordpress.org/Function_Reference/is_author

BTW, a little advice - This was the top link after putting you question title in google. Be sure to do your research first.