آدرس سایتم هست http://www.Arzanestan.ir
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="box <?php if (++$counter % 2 == 0) { echo "posteven"; }?> " id="post-<?php the_ID(); ?>">
<div class="boxtitle">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="لینک دائمی به <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="titlemeta">
<span class="author"> ارسال شده توسط <?php the_author(); ?> در <?php the_time('F - j - Y'); ?></span>
</div>
</div>
<div class="entry">
<a href="<?php the_permalink() ?>">
<?php arzanestan_post_image() ?>
</a>
<?php the_excerpt(); ?>
<div class="clear"></div>
</div>
<div class="postmeta">
<span class="comm"><?php comments_popup_link('0 دیدگاه', '1 دیدگاه', '% دیدگاه'); ?></span>
<span class="morer"><a href="<?php the_permalink() ?>"> خواندن مطلب به طور کامل </a></span>
</div>
</div>
<?php endwhile; ?>
<div class="clear"></div>
<div id="navigation">
<?php if(function_exists('wp_pagenavi')) : ?>
<?php wp_pagenavi() ?>
<?php else : ?>
<div class="alignleft"><?php next_posts_link(__('« مطالب قدیمی تر','arclite')) ?></div>
<div class="alignright"><?php previous_posts_link(__('مطالب جدیدتر »','arclite')) ?></div>
<div class="clear"></div>
<?php endif; ?>
</div>
<?php else : ?>
<h1 class="title">Not Found</h1>
<p>Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class('post') ?> id="post-<?php the_ID(); ?>">
<div class="title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="لینک دائمی به <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="titlemeta">
<span class="author"> ارسال شده توسط <?php the_author(); ?> در <?php the_time('F - j - Y'); ?> </span>
</div>
</div>
<div class="entry">
<?php the_content('ادامه مطلب را بخوانید »'); ?>
<?php include (TEMPLATEPATH . '/ad1.php'); ?>
<div class="clear"></div>
<?php wp_link_pages(array('before' => '<p><strong>صفحات: </strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
</div>
<div class="postmeta">
<span class="comm">دسته: <?php the_category(', '); ?> </span>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<h1 class="title">Not Found</h1>
<p>I'm Sorry, you are looking for something that is not here. Try a different search.</p>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>