Get Random Posts Via WordPress Query

How can I display random posts from a given category via WordPress Query?

Here is an example

query_posts(array(
	'showposts' => 5,
	'orderby' => 'rand',
	'category_name' => 'Question' //You can insert any category name
));
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments