The following is not working to call posts from a specific category and only grab the number of posts selected.
I'm using more than one loop on a page as I am using this to create a "featured content" section on my homepage.
<?php
('cat=111&posts_per_page=1');
if (have_posts())
?>
<?php while (have_posts()) : the_post(); ?>
<?php endwhile; ?>