برای سینگل اینطوریه `
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="">
<div class=""><h2 style="color:white;"><?php the_title(); ?></h2></div>
<div class="catbox-i-sing">
<div class=""><?php the_post_thumbnail(array(230, 250), array('title' => get_the_title())); ?></div>
<?php the_content(__('')); ?>`
برای ایندکس هم اینطوریه ` <?php query_posts($query_string . '&cat=-3'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="">
<div class=""><a href="<?php the_permalink() ?>" title="<?php printf(__('متن کامل %s'), get_the_title()) ?>"><h4 style="color:white;"><?php the_title(); ?></h4></a></div>
<div class="">
<div class=""><?php the_post_thumbnail(array(230, 250), array('title' => get_the_title())); ?></div>
<div class=""></div>
<div class=""><a href="<?php the_permalink() ?>" title="<?php printf(__('متن کامل %s'), get_the_title()) ?>"><?php echo get_post_meta($post->ID, tozihat, true); ?></a></div><br />
`
در ضمن برای این کوئری ، ریست هم گذاشتم ... بازم مشکل حل نشده ...