Pagiantion with random results page
-
Need to know how can insert pagination on search.php, and show just 10 posts every time.
The actual code:
<?php
global $query_string;
query_posts( $query_string . ‘&orderby=rand’ );if( have_posts() ) : while ( have_posts() ) : the_post();
?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Pagiantion with random results page’ is closed to new replies.