CODSURSA
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="item">
<div class="thumbwrap">
<div class="thumbnail" style="background: url(<?php $key="thumbnail"; echo get_post_meta($post->ID, $key, true); ?>) top left no-repeat;">
<a href="<?php $key="videolink"; echo get_post_meta($post->ID, $key, true); ?>" rel="mediabox[<?php $key="videowidth"; echo get_post_meta$
</div>
</div>
<div class="content">
<h2><a href="<?php the_permalink(); ?>"><?php the_title() ?></a></h2>
[b]<?php p75GetThumbnail(int $post_id, [int $width, [int $height, [string $file_type]]]) ?>[/b]
<p><?php the_content_rss(); ?></p>
</div>
<div class="comments-link">
<p><a href="<?php the_permalink() ?>#comments" title="Comment on This Video"><?php comments_number('0', '1', '%'); ?></a></p>
</div>
</div>
<?php endwhile; else: ?>
Na ma