main template is this, FYI:
<div id="content_main"><div style="margin-left: auto; margin-right: auto;"></div><?php if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content();endwhile; else:; endif;?></div>
And blog is this:
<?php query_posts('showposts=5');
while (have_posts()) : the_post();
the_title();
<?php endwhile;?>
Any suggestions on why the title, and such isn’t showing up on https://intensitynutrition.com/blog would be helpful.