i want to have it so when users see the authors name in the article. They can click on the authors name, and it will tyake them to the profile of that author. Not to list all authors..
I already use author pages, but i cant seem to get permalinks working with the plugin i am using. So i have to change the text the link to the authors profile page. To something other than
sitename.com/author/authorname/
i need to go back to sitename.com/?author=5
the code i use now is
<td style=”border-style: solid; border-width: 1px”> More By the Same Author: /author/<?php the_author_login(); ?>/”><?php the_author() ?>
</td>
Unless someone can help me wioth the htaccess/permalinks problem. This is what i have to do.
hope that made sense
thx in advance