سلام
من کاری را که شما گفتید انجام دادم ولی تغییری حاصل نشد.به نظر شما مشکل از کجاست؟
<?php get_header(); ?>
<!--ciontent-->
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); $loopcounter++; ?>
<div class="post">
<div class="date"><strong><?php the_time(__('M','blue')) ?></strong><em><?php the_time(__('j','blue')) ?></em><span><?php the_time(__('Y','blue')) ?></span></div>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e('Permanent Link to','blue'); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="some">
<div class="author"><?php the_author_posts_link(); ?></div>
<div class="comment-number"><?php comments_popup_link(__('0','blue'), __('1','blue'), __('%','blue')); ?></div>
</div>
<div class="clear"></div>
<div class="entry">
<?php the_content(__('Read More','blue')); ?
<p class="postmetadata"><strong><?php _e('Posted in','blue'); ?></strong> <?php the_category('.') ?></p>
<p class="postmetadata"><strong><?php _e('Tags','blue'); ?>:</strong><?php the_tags('', '.', ''); ?><?php edit_post_link(__('Edit','blue')); ?></p>
<!--
<?php trackback_rdf(); ?>
-->
<?php if ($loopcounter <= 1) { include (TEMPLATEPATH . '/468x60-ads.php'); } ?>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('Previous Page','blue')) ?></div>
<div class="alignright"><?php previous_posts_link(__('Next Page','blue')) ?></div>
</div>
<?php else : ?>
<h2 class="center"><?php _e('Not Found','blue'); ?></h2>
<p class="center"><?php _e("Sorry, but you are looking for something that isn't here.",'blue'); ?></p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
</div>
<?php include (TEMPLATEPATH . '/tab.php'); ?>
<?php get_sidebar(); ?>
<div class="clear"></div>
</div>
<?php get_footer(); ?>