How to get two random featured posts from featured posts list?
-
I use this construction for get two featured posts.
<?php query_posts($query_string."&featured=yes&posts_per_page=2");
But I need to get two random posts from all of my featured posts.
How can I do it?
- The topic ‘How to get two random featured posts from featured posts list?’ is closed to new replies.