Search code examples
phpwordpressauthor

Check if current page is author page in WordPress


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

Thanks in advance!


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.