kod zde
Kód: Vybrat vše
<div id="featured-wrapper">
<div id="featured">
<?php // the images for the slider
$postcount=0;
query_posts( $featuredargs );
if (have_posts()) : while (have_posts()) : the_post(); $postcount++;
$title="#div".$postcount;
?>
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail("nivo-image", array( 'title' => $title));?></a>
<?php
endwhile;
endif; ?>