بفرمایید اینم کد البته اگر منظورتون رو درست فهمیده باشم
منظورتون فایل ایندکس داخل شاخه تم هست دیگه
یعنی فایل ایندکس همون تمی که استفاده کردم رو می فرمایید دیگه
اگر من درست فهمیدم این محتویاتش هست
لطفا ببینید و بفرمایید موضوع چیه
و اگر این فایل منظورتون نیست بفرمایید که کدوم فایل رو باید ببینم
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="entry">
<h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<span><?php _e('Posted by','webby-blue-10'); ?><?php if (get_the_author_url()) { ?><a>"><?php the_author(); ?></a><?php } else { the_author(); } ?> <?php _e('on','webby-blue-10'); ?> <?php the_time('G:i l j F Y') ?>
</span>
</div>
<div class="post-content">
<?php the_content(__('Continue Reading this entry ...','webby-blue-10')); ?>
</div>
<?php edit_post_link(__('Edit','webby-blue-10'), '', ''); ?>
<div class="post-info">
<span class="post-cat"><?php the_category(', ') ?></span> <span class="post-comments"><?php comments_popup_link(__('No Comments','webby-blue-10'), __('1 Comment','webby-blue-10'), __('% Comments','webby-blue-10')); ?></span>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<span class="previous-entries"><?php next_posts_link(__('Previous Entries','webby-blue-10')) ?></span> <span class="next-entries"><?php previous_posts_link(__('Next Entries','webby-blue-10')) ?></span>
</div>
<?php else : ?>
<h2 class="center"><?php _e('Not Found','webby-blue-10'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that is not here.','webby-blue-10'); ?></p>
<?php endif; ?>
</div><!--/content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>
با تشکر