$kategori1 = new WP_Query();
$kategori1->query(‘showposts=5&cat=17′);
while ($kategori1->have_posts()) : $kategori1->the_post(); ?>
the_post_thumbnail(array(400,100, true ), array( 'class' => ‘alignleft’ ));
} else {
echo ‘‘;
} ?>
" />
$kategori1 = new WP_Query();
$kategori1->query(‘showposts=5&cat=17′);
while ($kategori1->have_posts()) : $kategori1->the_post(); ?>
the_post_thumbnail(array(400,100, true ), array( 'class' => ‘alignleft’ ));
} else {
echo ‘‘;
} ?>