I'm trying to find out how to make a post title clickable to go to the site mentioned in the post how do I do that.
another suggestion , its also depending on the theme, the css dictates this functionality, if you really wanted your current theme, and it dont have this functionality, you must edit the css file of your current theme.
CMIIW : Find <?php the_title ?> in single.php and add like -->>> <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a>