Merhaba Arkadaşlar bunu Nasıl Benzer Konular yapabilirim . Etikete göre
Şimdien Teşekkürler.
</div>
</ul>
</li>
<h2>Rastgele Videolar</h2>
<ul>
<div class="scroll">
<?php query_posts((array('orderby' => 'rand', 'showposts' => 10)));?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<li>
<div class="thumbnail3">
<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><img src="<?php echo get_post_meta($post->ID, "resim", true); ?>" width="120" height="90" alt="<?php the_title(); ?>" /></a>
</div>
<div class="fpost3">
<h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<p><?php if(function_exists('the_views')) { the_views(); } ?></p>
<p><?php if(function_exists('the_ratings')) { the_ratings(); } ?></p>
</div>
<div class="clear"></div>
</li>
<?php endwhile; ?>
<?php endif; ?>
</div>
</ul>
</li>
</div>