<div class="postid" id="post-<?php the_ID(); ?>">
    		<div class="story">
<!-- Title ************************************************************* -->
                            <div class="storyTitle"><h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3></div>
                            <div class="storyAuthor"><?php the_time('F jS, Y'); ?> by <span><?php the_author() ?></span> | Filed Under : <?php the_category(','); ?> <?php comments_popup_link(__(' | 0 Comments'), __(' | 1 Comment'), __(' | % Comments')); ?>
                        	<?php edit_post_link('Edit','&nbsp;| &nbsp;'); ?>
                        	</div>
<!-- Close Title ************************************************************* -->

<!-- Main Content Text ************************************************************* -->
                               <div class="storyContent">
                                    <?php the_content('Read More...'); ?>
                                    <div style="clear:both;"></div>
                               </div>
                               
                                <?php if($feedback =='feedback')
                                      {
                                ?>
								<?php } else { ?> 
                                    <div class="comment_template"> <?php comments_template();?> </div> <?php }// Get wp-comments.php template ?>
                        
<!-- Close Main Content Text ************************************************************* -->
            </div>
  </div><!-- close postid--> 