I am using the Atahualpa Theme and love it and the flexibility.
One of the options is the ability in the post byline to link to the author's other posts. So when you click on the author's name, a new page is displayed with all the posts they did.
I have tried to implement it and when it redirects, it goes to a page not found (404) error.
The code for this should be:
%author-linked% posted this in %categories-linked(', ')% on %date('F j, Y, #a#t g:i a')%
When I have that in, it does create the author name as linkable, but goes to the 404 page.
Here is the code I have in there now:
%author% posted this in %categories-linked(', ')% on %date('F j, Y, #a#t g:i a')%
but it does not create the link.
Any suggestions? Do I need to create an author page or something like that?