Check if current page is author page in WordPress

author, php, wordpress

Solution

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.

Problem

Is there a way I can check if the current WordPress page is the author page? Thanks in advance!

Original source