Hey, I want to display three posts from two different categories with query posts, but I'm not able to currenty. Can't quite figure out what's wrong, I've tried a few combos Here's what I thought should work
query_posts( 'cat=3,4&posts_per_page=3' );
But it shows all the posts rather than just the three most recent. Help?