و این کد ها بعد از اضافه کردن سطری که بقیه ی پست های دسته ی روزنوشت رو حذف میکنه، ولی برای بقیه ی صفحات مشکل ایجاد میکنه ...
<?php get_header(); ?>
<div id="content">
<?php
$al_post = get_posts( 'category=28&numberposts=1' );
if( $al_post ) :
foreach( $al_post as $post ) :
setup_postdata( $post );
?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="postinfo">
<?php _e('در','digg'); ?> <span class="postdate"><?php the_time(__('F jS, Y','digg')) ?></span> <?php _e('روزنوشت های','digg'); ?> <?php the_author() ?> <?php edit_post_link(__('Edit','digg'), ' | ', ''); ?>
</div>
<div class="entry">
</div>
<div class="post-content">
<?php the_content('+ بقیه ی نوشته را بخوانید »'); ?>
</div>
<p class="postinfo">
<?php _e('در دسته ی:','digg'); ?> <?php the_category(', ') ?> | <?php comments_popup_link(__('بدون نظـر »','digg'), __('یک نظـر »','digg'), __('% نظـر »','digg')); ?>
</p>
</div>
<?php endforeach; ?>
<?php endif; ?>
<!-- post haye blog -->
<?php query_posts('showposts=10&cat=-۲۸'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-date"><span class="post-month"><?php the_time('M') ?></span> <span class="post-day"><?php the_time('d') ?></span></div>
<div class="entry">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<span class="post-cat"><?php the_category(', ') ?></span> <span class="post-comments"><?php comments_popup_link('بدون نظـر »', 'یک نظر »', '% نظـر »'); ?>
</span>
<a target="_blank"
href="https://balatarin.com/links/submit?phase=2&
url=<?php the_permalink() ?>/&title=<?php the_title(); ?>">
<img alt="Balatarin" src="http://hooman.parsaspace.com/1memar.net/submit.png" style='border: none; padding: 0px'/>
</a>
<a target="_blank"
href="http://donbaleh.com/submit.php?url=<?php the_permalink() ?>/&subject=<?php the_title(); ?>">
<img alt="Donbaleh" src="http://hooman.parsaspace.com/1memar.net/donbale.jpg" style='border: none; padding: 0px'/>
</a>
</div>
<div class="post-content">
<?php the_content('+ بقیه ی نوشته را بخوانید »'); ?>
</div>
</div>
<?php endwhile; ?>
<div class="navigation">
<span class="previous-entries"><?php next_posts_link('نوشته های قبلی') ?></span> <span class="next-entries"><?php previous_posts_link('Next Entries') ?></span>
</div>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div><!--/content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>