Why is there an author.php file when the same information is in the single.php? I looked at the template hierarchy and one would think that if author.php wasn't present, the single.php would come into play but it doesn't. I would also think that if you styled the author.php then that would affect the author bio on the pages, but it doesn't. So I was thinking about just removing the author bio all together. Maybe make it a function and call it in my page. What do you think?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
From the Codex:
In other words, the author template is used to show posts made by one person as well as their bio (if so configured). Whether or not to use it is up you, so go ahead and remove it if you want or if you are the only author. |
|||
|
|
|
Author.php is part of the Archive.php hierarchy. It goes:
Single.php is what it's name suggests and is related to posts, custom posts and attachments.
Larger version: http://debugggg.files.wordpress.com/2012/04/lgk541.png |
|||
|
|

