then again, maybe not 🙁
My index.php code is at: http://paste.uni.cc/6520
Your advice helped ten fold. I had to put it in a few places for it to align correctly, but it definitely put me on the right track. Thanks a million
<?php include(ABSPATH . ‘wp-comments.php’); ?>
</div>
<?php endforeach; else: ?>
<?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php endif; ?></div> ((<—the /div i added))
</div></div>
</div>
~Mike
I added the </div> tag above the closing body tag, it didn’t shift it about and fix it. :-\