Hello guys, this might be a dumb question, but I'm really having a hard time finding out the solution.
This is the piece of code I have on my theme (which is not Thematic), to call for the posts of a given author. But it only shows the author page, and links to the posts.
<p class="more">More from <?php the_author_posts_link('namefl'); ?>...</p>
I also have another blog, that uses Thematic, and when I click on the author link in the post, the link calls for an author archive page, that shows the excerpts of all the posts of that author. Is there a single php function to call for that archive?
This is the link to the excerpts in thematic - http://www.claudiomendonca.com/author/admin/
Thanx in advance