faster way to show random post
-
In my wordpress theme i have this code,
<?php query_posts(array('post__in' => get_option('sticky_posts'), 'post_status' => 'publish', 'orderby' => 'rand')); ?>
this is very slow, is there any faster way to do this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘faster way to show random post’ is closed to new replies.