من می خوام از این کد استفاده کنم
<?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?>
<div class="post-top-sobhdam"><div class="title-pic-p"></div><div class="pad-p">
<h2><a href="<?php the_permalink(); ?>" title="<?php echo $post->post_title; ?>"><?php $post->post_title ?></a></h2>
</div><div class="commenet"></div></div>
<div class="post-box-goldskin">
<div class="date">نوشته شده توسط <?php the_author(); ?> در تاریخ <?php the_time('Y/m/d'); ?> | مرتبط با : <?php the_category(', ') ?> | <?php if(function_exists('the_views')) { the_views(); } ?></div>
<div class="pad-mn">
<?php the_content(__('')); ?>
<div class="tag">
</div></div></div>
<div class="post-down-goldskin"></div><br />
<?php endwhile; ?>
<?php else : ?>
<center><h3 dir="rtl">هیچ گونه مطلبی یافت نشد !</h3></center>
<?php endif; ?>
ولی نمی خوام دسته خاصی نمایش داده بشه مثلا همه دسته ها نمایش داده بشه بجز خبرها که آی دی اون هست 87
موفق باشید