سلام
خدمت دوستان ... اون قالب مشکلش حل شد که از همینجا از همه دوستان مخصوصا آقای عبدالماجد تشکر میکنم ...
دوستان یه قالب دیگری دارم که وقتی میریم توی ادامه مطلب خراب ... حالا شما هم یه بررسی بکنید ... ممنون میشم
اینم آدرس ادامه مطلب :
http://demo.beatkids.ir/?p=12
اینم فایل Single
<?php get_header(); ?>
<?php include(TEMPLATEPATH."/menu-right.php");?>
<div class="post">
<div class="top"><h6><span class="ads"></span>تبلیغات</h6>
<a href="#" class="btn-slide9"></a></div>
<div class="body" id="panel9">
<div class="text">
<center>
sssssssss
</center>
</div></div>
<div class="bottom"></div></div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post">
<div class="top"><h1><span class="post"></span><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" >
<?php the_title(); ?></a> </h1></div>
<div class="body">
<div class="comments"><ul>
<li class="date"><?php the_time('F jS, Y') ?> </li>
<li class="cat"><?php the_category(', '); ?></li>
<li class="views"><?php if(function_exists('the_views')) { the_views(); } ?></li>
</ul></div>
<div class="text">
<?php the_content(__('','dnld')); ?>
<ul>
</div>
</ul>
<div class="tags">
<ul><right><li>برچسب ها: <?php the_tags(','); ?></li></right></ul>
</div>
</div>
</div>
<div class="bottom"></div></div>
<?php endwhile; ?>
<?php endif; ?>
<?php comments_template(); ?>
<?php include(TEMPLATEPATH."/menu-left.php");?>
<?php get_footer(); ?>