<link href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" rel="stylesheet"/> 
		<div id="featur-product-box">
			  <?php query_posts('showposts=6&v_sortby=views&v_orderby=desc'); if (have_posts()) : while (have_posts()) : the_post(); ?>
				<div class="product-box"> 
					<div class="product-image"><a href="<?php the_permalink(); ?>" class="red-link" title="<?php the_title(); ?>"><img title="<?php the_title(); ?>" src="<?php $resim = get_post_custom_values("resim"); echo $resim[0]; ?>" alt="<?php the_title(); ?>" style="border-width: 0px; height: 90px; width: 100px;" /></a></div> 
					<div class="product-disc"><a href="<?php the_permalink(); ?>" class="red-link" title="<?php the_title(); ?>"><?php the_title(); ?></a><br /> İzlenme: <strong><?php $views = get_post_custom_values("views"); echo $views[0]; ?></strong><br /></div> 
				</div> 
			  <?php endwhile;endif; ?>
			<div style="clear:both"></div>
		</div> <?php endwhile; ?>
harıcı sayfada vıdeo gostermek ıstıyorum ben bu dekılde olursa ne yapmam gerekıyor acaba...