Well....I was messing around with my _main.php file and i screwed something up that caused my inserts to not work correctly....take a look...
http://www.musicaldestiny.com/index1.php
helpppp!
OH! GOD IM SO STUPID...I FORGOT TO ADD THE _MAIN.PHP CODE! HERE IT IS:
<!-- =================================== START OF MAIN AREA =================================== -->
<?php // ------------------------------------ START OF POSTS ----------------------------------------
if( isset($MainList) ) $MainList->display_if_empty(); // Display message if no post
if( isset($MainList) ) while( $Item = $MainList->get_item() )
{
$MainList->date_if_changed( '<div class="bSmallHead">', '</div>' );
?>
<?php
locale_temp_switch( $Item->locale ); // Temporarily switch to post locale
$Item->anchor(); // Anchor for permalinks to refer to
?>
<div class="bText">
<?php $Item->issue_time(); ?>
</div>
<?php $Item->title(); ?>
</div>
<div class="bText">
<?php $Item->content(); ?>
<?php link_pages() ?>
</div>
<?php } // ---------------------------------- END OF POSTS ------------------------------------ ?>
Here is a copy of a a default Main.php
It may help you decide whats been left in or left out..