Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get one random post wp

    $the_query = new WP_Query(array('orderby' => 'rand', 'posts_per_page' => '1'));
 
PREVIOUS NEXT
Tagged: #random #post #wp
ADD COMMENT
Topic
Name
8+8 =