Forums

random post call (3 posts)

  1. xxhunterxx
    Member
    Posted 2 years ago #

    hello
    how to call random posts in index

    tnx

  2. xxhunterxx
    Member
    Posted 2 years ago #

    doesnt matter found it ...
    tnx any way

  3. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    <?php
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    $args= array(
    	'orderby' => 'rand',
    	'paged' => $paged
    );
    query_posts($args);
    ?>

    http://codex.wordpress.org/Template_Tags/query_posts

Topic Closed

This topic has been closed to new replies.

About this Topic