Merhaba istediğiniz şey il ilçe uygulaması gibi değil dimi?Sayfa yenilendikçe kategoriler random olarak karışık listelensin istiyorsun?Kategorileri çektiğin kodu yazarsan yardımcı olabilirim.'orderby' => 'rand' bu kod işini görür 2.şık için ama dediğim gibi kod yapını yazarsan daha net cevaplayabilirim.İyi çalışmalar
<!--Start Kategori 02-->
<div id="container">
<?php if (get_option('babescartel_listing02') == 'off') : ?><?php else : ?>
<div align="center" id="left-inside">
<div id="current-categorymain"><h1><?php echo $babescartel_listing02_name; ?></h1></div>
<?php
$args=array(
'category__in' => get_option('babescartel_listings2'),
'paged'=>$paged,
'orderby'=>ASC,
'showposts'=> get_option('babescartel_listing02_number'),
);
query_posts($args); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="home-post-wrap">
<a href="<?php the_permalink() ?>" class="" title="<?php the_title(); ?> Hakkında bilgi almak için tıklayınız."><img src="<?php cp_get_image_uri($post->ID, 'medium', 1); ?>" alt="<?php the_title(); ?> Hakkında bilgi almak için tıklayınız." style="opacity:1.0;filter:alpha(opacity=100); border: none;" onmouseover="this.style.opacity=0.5;this.filters.alpha.opacity=50" onmouseout="this.style.opacity=1.0;this.filters.alpha.opacity=100" /></a>
<div class="bar" align="center">
<h4><?php echo substr(get_the_title(), 0, 15).''; ?></h4>
</div>
</div>
<?php endwhile; ?>
</div>
<div id="divider"></div>
<?php endif; wp_reset_query(); ?>
<?php endif; ?>
</div>
<!--End Kategori 02-->hocam misal kategorimin birisi bu şekilde kodlanmış