<?php
$rastgele = get_posts('numberposts=10&orderby=rand');
foreach( $rastgele as $post ) :
?>
<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a><br>
<?php endforeach; ?>Olurda lazım olur, sidebar.php 'de eklentisiz rastgele yazıları listelemek için kullanıyorum.
Eklentisiz rastgele yazılar
0
●223
- 25-03-2015, 14:47:36