<?php $recent = new WP_Query(); ?>
<?php $recent->query('cat=1&showposts=2'); ?>
With what can i replace cat=1 to show posts from all the categories?
<?php $recent = new WP_Query(); ?>
<?php $recent->query('cat=1&showposts=2'); ?>
With what can i replace cat=1 to show posts from all the categories?
cat=0
thank you
This topic has been closed to new replies.