<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1>
<li id=category>دسته بندی: <?php the_category(', ') ?></li>
<li id=views>تعداد بازدید : <?php if(function_exists('the_views')) { the_views(); } ?></li>
<p style="text-align: justify;"><?php the_content(__('')); ?></p>
<p style="text-align: justify;"> <a target="_blank" href="<?php the_permalink() ?>" class="more-link">
<img border="0" alt="icon" src="<?php bloginfo('template_url'); ?>/images/more.gif" width="16" height="16"/>برای دانلود کلیک کنید</a></p>
<img border="0" alt="icon" src="<?php bloginfo('template_url'); ?>/images/tags.gif" width="17" height="15"> برچسب ها: <?php the_tags('') ?><br>
<li id=author-post>نوشته: <?php the_author(', ') ?></li>
<li id=date-post>تاریخ: <?php the_time('j F Y'); ?></li>
<li id=comments-post><?php comments_popup_link('بدون نظر', 'يك نظر', '% نظر'); ?></li>
<?php endwhile; else: ?><?php endif; ?>