//Setting up the new loop of posts
global $post;
//Getting Posts - More on this below
$gettingposts = get_posts('category=6');
//Starting the loop
foreach($gettingposts as $post) :
setup_postdata($post);
//Below is a custome output of a link setup
?>
//Display the post
the_content();
?>
//End the loop
endforeach;
?>
- Events (RSS) (4)
- Featured (RSS) (6)
- In The Media (RSS) (3)
- Isaiah House News (RSS) (41)
- Newsletter (RSS) (1)
- Misc Posts (RSS) (29)
- Photo Posts (RSS) (25)
- Resources (RSS) (4)
the_content();
?>
- Newsletter (RSS) (1)

