hi, display some random posts in WordPress
Using the code given here you can display five posts in random order on your WordPress Site.
About the format you can adjust as you like, the number of posts is set by numberposts=5
<?php $rand_posts = get_posts('numberposts=5&orderby=rand');
foreach( $rand_posts as $post ) :
setup_postdata($post); ?>
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
<?php the_excerpt() ?>
<?php endforeach; ?>
Related posts:
Using the code given here you can display five posts in random order on your WordPress Site. About format adjust as like, number of is set by numberposts=5 read more...
hi liter on deviantARTArt - community of artists and those devoted to art. Digital art, skin art, themes, wallpaper art, traditional art, photography, poetry / prose. Art prints. read more...

Leave your response!