Forums

random homepage (3 posts)

  1. phlp
    Member
    Posted 3 months ago #

    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!

  2. alchymyth
    The Sweeper
    Posted 3 months ago #

    try to add more parameters to the query:

    for instance &post_type=page

    http://codex.wordpress.org/Class_Reference/WP_Query#Type_.26_Status_Parameters

  3. phlp
    Member
    Posted 3 months ago #

    great. it works. thank you!

Reply

You must log in to post.

About this Topic