<div class="item news_type1">
<a class="notpodcherk" href="<?php the_permalink(); ?>"target="_blank">
<div class="photo-news"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" ><?php the_post_thumbnail(); ?></a></div>
<div class="name-news"><h3><?php the_title(); ?></h3></div></a>
</div>
<div class="line_block_gl">
<h2 class="glav">Рубрика</h2>
<?php
if ( have_posts() ) :
query_posts('cat=3020&showposts=3');
while (have_posts()) : the_post();
?>
<div class="onepost">
<div class="imgs"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>">
<div class="entry-img e-img-small"> <div style="background-image: url('<?php echo first_post_image() ?>');" class="img"></div></div> </a></div>
<p class="glv">
<a class="titl" href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<?php the_truncated_post( 200 ); echo "</p></div>";
endwhile; // завершаем цикл.
endif;
wp_reset_query();
?>
</div>
</div>