سلام
yahooirani جان ببینید من طبق دوستوراتی که دادید دوباره رو کد اصلی قالب کارهایی رو که گفتید انجام دادم و اون کد ها این هست:
<?php get_header(); ?>
<div id="lsidebar"><?php include (TEMPLATEPATH . '/lsidebar.php'); ?></div>
<div class="entry">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="http://www.iranday.net/shop/?cat=5" rel="bookmark" title="آموزشی">آموزشی</a></h2>
<small><?php _e('Written by','rhea'); ?> <?php the_author() ?> <?php _e('on','rhea'); ?> <abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> - <?php if(function_exists('the_views')) { the_views(); } ?> </small><br /><br />
<?php
$myposts = get_posts('numberposts=10&offset=0&category=5');
foreach($myposts as $post) :
?>
<span class="Span">◊</span>
<a target="_blank" href="<?php the_permalink(); ?>"><?php the_title(); ?></a></font>
<br></span>
<?php endforeach; ?>
<br />
<?php the_tags(__('Tags: ','rhea'), __(', ','rhea'), __('<br />','rhea')); ?><?php _e('Posted in','rhea'); ?> <?php the_category(__(', ','rhea')); ?> | <?php edit_post_link(__('Edit','rhea'), '', __(' | ','rhea')); ?> <?php comments_popup_link(__('No Comments »','rhea'), __('1 Comment »','rhea'), __('% Comments »','rhea')); ?><br />
<div class="line"></div>
</div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('« Older Entries','rhea')) ?></div>
<div class="alignright"><?php previous_posts_link(__('Newer Entries »','rhea')) ?></div>
</div>
<?php else : ?>
<h2 class="center"><?php _e('Not Found','rhea'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that isnt here.','rhea'); ?></p>
<?php endif; ?>
</div></div>
<div id="sidebar"><?php include (TEMPLATEPATH . '/rsidebar.php'); ?></div>
<?php get_footer(); ?>
ببینید من چرا الان توی این کدی که من درست کردم 10 تا عنوان آموزشی هست در صورتی که من توی این صفحه index.php فقط یکی دونه از اون کد هایی که دادید استفاده کردم؟