<?php get_header(); ?>
<!-- BEGIN content -->
<div id="content">
<?php include("featured.php"); ?>
<?php
if (have_posts()) :
while (have_posts()) : the_post();
?>
<!-- begin post -->
<div class="post">
<h2>"><?php the_title(); ?></h2>
<span class="author"><?php the_author_posts_link(); ?></span>
<span class="date"><?php the_time('F j, Y') ?></span>
<div class="break"></div>
" class="thumb"><?php dp_attachment_image($post->ID, 'thumbnail', 'alt="' . $post->post_title . '"'); ?>
<?php the_excerpt(); ?>
<div class="details">
<p class="category"><?php the_category(', ') ?></p>
<p class="comments"><?php comments_popup_link('بدون نظر', '1 نظر', '% نظر'); ?></p>
</div>
<div class="break"></div>
</div>
<!-- end post -->
<?php endwhile; ?>
<p class="postnav">
<?php next_posts_link('« مطالب قديمي تر'); ?>
<?php previous_posts_link('مطالب جديدتر »'); ?>
</p>
<?php else : ?>
<div class="notfound">
<h2>پيدا نشد</h2>
<p>متاسفيم ، اما شما به دنبال چيزي ميگرديد که اينجا نيست.</p>
</div>
<?php endif; ?>
</div>
<!-- END content -->
<?php get_sidebar(); get_footer(); ?>
سعید جان این هم ایندکس قالب کدوم قسمت باید تغییر پیدا کنه یا چه کدی باید بهش اضافه کنم تشکر در حد زیر دیپلم توضیح بدهید