Is there anyway to make it so that wordpress does not provide a summary of the post and just provides the title. as you can see here http://tinyurl.com/2q5yh , it looks very ugly with the random code summaries xD
yes, you need to edit the file called archive.php under Presentation in your admin and remove the following snippet of code: <div class="entry"> <?php the_excerpt() ?> </div> Code (markup):