Yeah, im just new to this all so its a bit daunting. Trying to figure out what needs to replaced to reference the right things in my theme.
Something that did work was i simply added
<div id="primary" class="content-area">
<?php query_posts("cat=5");
Right after the header, this managed to display the ENTIRE posts but i need excerpts.