I need it to link to the actual post within the blog
Just in case someone else might need this info..
Code:
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
SEE all possibilities at
http://codex.wordpress.org/The_Loop