When I look at template-blog.php and single.php it looks like it has some code that reads:
<?php _e( 'Posted by ', THEME_NAME ) . the_author_posts_link(); ?>
Where does this call something from so I can then hardcode the URL I want?
Hey Kees,
Thanks for helping, unfortunately it looks like when i replace the code you specified with the alternative code it then makes the site appear like a blank white index file.
Thoughts?