Arkadaşlar alttaki şekildeki verileri sayfa her yenilendiğinde rastgele birini ekrana yazdırmak istiyorum bunun için pratik bir yol paylaşabilecek varmı site wp.

<a href="<?php echo $next_attachment_url; ?>">text1 <?php the_title(); ?></a>
<a href="<?php echo $next_attachment_url; ?>">text2 <?php the_title(); ?></a>
<a href="<?php echo $next_attachment_url; ?>">text3 <?php the_title(); ?></a>
<a href="<?php echo $next_attachment_url; ?>">text4 <?php the_title(); ?></a>