and i did the second link that you gave me and this my code looks like.
<?php get_header(); ?>
<div id=”content”>
<div id=”contentleft”>
<div class=”postarea”>
<?php include(TEMPLATEPATH.”/breadcrumb.php”);?>
<?php $postnum = 1; $showads = 1; ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><?php the_title(); ?></h1>
<div class=”date”>
<div class=”dateleft”>
<p><span class=”time”><?php the_time(‘F j, Y’); ?></span> </p>
</div>
<div class=”dateright”>
<p><span class=”comment”>#respond”>Leave a comment</span></p>
</div>
</div>
<?php the_content(__(‘Read more’));?><div style=”clear:both;”></div>
<div class=”postmeta”>
<p><span class=”tags”>Tags: <?php the_tags(”) ?></span></p>
</div>
<?php if ($postnum == $showadsense1) {
echo ‘
<script type=”text/javascript”><!–
google_ad_client = “pub-2657159394848468”;
/* 300×250, created 10/5/08 */
google_ad_slot = “6559489829”;
google_ad_width = 300;
google_ad_height = 250;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
‘;
} ?>
<?php $postnum++; ?>
<?php endwhile; else: ?>
<p><?php _e(‘Sorry, no posts matched your criteria.’); ?></p><?php endif; ?>
</div>
<div class=”adsense-post”>
<!–To activate your Google AdSense ad, go to your WP dashboard and go to Presentation -> Revolution Music Options and enter your Google Adsense Code.–>
<?php $adsense_468 = get_option(‘revmusic_adsense_468’); echo stripslashes($adsense_468); ?>
</div>
<div class=”comments”>
<h4>Comments</h4>
<?php comments_template(); // Get wp-comments.php template ?>
</div>
</div>
<?php include(TEMPLATEPATH.”/sidebar.php”);?>
</div>
<!– The main column ends –>
<?php get_footer(); ?>
but still nothing showing to my page