<?php get_header(); ?>
<?php include (TEMPLATEPATH . "/top.php"); ?>
<?php get_sidebar(); ?>
<!--Begin Content-->
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post() ?>
<div id='post_snippet'>
<div class=title>
<h2><a href="<?php the_permalink(); ?>" title="برو به مطلب <?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a></h2>
<?php the_category(','); ?>
</div>
<center>
<?php edit_post_link('ویرایش این پست...', '<p>', '</p>');?>
</center>
<div class='post'>
<?php the_content(''); ?>
</div>
<div class='more'><?php get_the_content('ادامه مطلب');?></div>
<div class='about-post'> نوشته شده توسط
<?php the_author_posts_link(); ?>
در تاریخ
<?php the_time('l, jS, F, Y'); ?>
|
<?php if(function_exists('the_views')) { the_views(); } ?>
|
<?php comments_popup_link(__('&#1576;&#1583;&#1608;&#1606; &#1606;&#1592;&#1585;'), __('1 &#1606;&#1592;&#1585;'), __('% &#1606;&#1592;&#1585;')); ?>
</div>
<div class= 'tag-post'> برچسب:
<?php the_tags(__(' ','dnld'), __(', ','dnld'), __('','dnld')); ?>
</div>
</div>
<?php endwhile; ?>
<div id='light'>
<p>
<?php wp_pagenavi(); ?>
</p>
</div>
<?php else :?>
<div id='post_snippet'>
<div id='post-2'>
<div class='title2'>
<h2>مطلبی پیدا نشد!</h2>
</div>
از جست و جو استفاده کنید. </div>
</div>
<?php endif; ?>
<!--End Content-->
<?php include(TEMPLATEPATH . '/footer.php');?>
بفرمایید