BPartch
07-27-2007, 11:03 PM
Hello
I am developing a new theme and am making use of the <?php the_author_posts_link(); ?> tag. This displays the post authors name as a link, easy enough.
It even works! :)
The issue I am having is that the link text is based on the users name set under users in the WP dashboard. This is correct (Ben Partch) though the path (url) it leads to is .../author/johnny-gulag/ as oppossed to .../author/ben-partch/
I have no idea where the johnny-gulag is coming from as it is not even in the list of nicknames in my profile.
I do not get much help from the codex (http://codex.wordpress.org/Template_Tags/the_author_posts_link), anyone have any knowledge of how it creates the URL for the author link?
I am developing a new theme and am making use of the <?php the_author_posts_link(); ?> tag. This displays the post authors name as a link, easy enough.
It even works! :)
The issue I am having is that the link text is based on the users name set under users in the WP dashboard. This is correct (Ben Partch) though the path (url) it leads to is .../author/johnny-gulag/ as oppossed to .../author/ben-partch/
I have no idea where the johnny-gulag is coming from as it is not even in the list of nicknames in my profile.
I do not get much help from the codex (http://codex.wordpress.org/Template_Tags/the_author_posts_link), anyone have any knowledge of how it creates the URL for the author link?