hi there,
i'm trying to get a wordpress theme which allows me to get a random page on the homepage — not a post.
i only found the »random-redirect«-plugin and this code: <?php query_posts('showposts=1&orderby=rand'); ?> — which only works for posts.
i hope you can help me!