Merhaba arkadaşlar aşağıda belli bir kategoriden istediğim konu içeriğini çektirebilmekteyim.
Fakat bana gereken rastgele şekilde konu içeriğini göstertmek bunu nasıl yapabilirim acaba ?
<?php $katcek = new WP_Query("cat=3&showposts=1"); while($katcek->have_posts()) : $katcek->the_post();?>
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>">
<?php the_title(); ?>
</a></h2>
<?php the_content(__('Devamını okuyun'));?>
<?php endwhile; ?>
<span><a href="<?php the_permalink() ?>