I am working on a website where I have authors listed on a custom-made author’s page using code adapted from this site: http://bavotasan.com/2011/an-even-better-author-list-in-wordpress/.
When you click the avatars now, they take you to another individual author page that returns all the blog posts that author has written.
How do I make it so that everytime you click on an author avatar, it takes you to a page with a larger version of the avatar, their description, and their recent comments and posts; instead of just their posts.
Any help would be appreciated.
Create an
author.php
template by copying your themesarchive
template to start with. Then you can modify it as you wish.WordPress will use this author template for every author on your site automatically
As an example visit damien.co/author/damiensaunders
Note you may have to change your authors names as Damien (space) Saunders doesn’t become damien%20saunders as part of the author URL
See Author Templates in Codex.