get_posts help
-
Hi guys,
I’m trying to update my custom page.
Currently I have:$posts = get_posts('orderby=rand&numberposts=5'); foreach ($posts as $post) : setup_postdata( $post ); ?>
and this shows random 5 posts.
But I want to show random 5 posts from the last 100 posts.
How to do it?Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘get_posts help’ is closed to new replies.