random by category
-
This displays two posts – good!
This displays posts from category 17 – good!
This does not show random posts,only the first two – Bad!<?php $rand_posts = get_posts('numberposts=2&category=17&orderby=rand'); foreach( $rand_posts as $post ) : ?>
- The topic ‘random by category’ is closed to new replies.