Ok so I got my author page to work and I have linked to it successfully. The only problem is there are two links to each author page and one of them doesn't pull all the information correctly.
The link
http://titanstouchdown.com/?author=1
Pulls all information correctly and is laid out how I want it at this time.
The link
http://titanstouchdown.com/author/admin/
is the same link, but does not pull all information correctly. This is the default link my articles are linking to using the php tag: <?php the_author_posts_link(); ?>
I need it to link to the first one. Anybody know how to fix this?