korcerrah adlı üyeden alıntı: mesajı görüntüle
temanda top5.php 10. satirda hata vermis kodlari yazarsan belki bulabiliriz birseyler

<div style="margin-left:8px;">
<center><?php query_posts((array('orderby' => 'rand', 'showposts' => 6)));?>

<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
   
<div class="top_videos">
	<div class="arkax">	
<div class="resimix">

        	<a href="<?php the_permalink() ?>" title="<?php the_title(); ?>" class="transparentt" ><?php resim_cagir(0, "/wp-content/themes/yokya/images/resimyok.jpg", "resimix");?></a></div> 
<div class="yukar1"><a href="<?php the_permalink() ?>" ><?php the_title_limit(30, ""); ?></a> <br><div class="song_name"> <?php the_category(', '); ?></div>      
 </div>     

</div></div>

<?php endwhile; ?>

<?php else : ?>


	<?php endif; ?></center></div>