Okay, I figured out a way to do what I want. I made a template file that uses PHP to include index.php, so that I can make pages that mimic the home page (as moshu said, not quite the intended use, but oh well ?? ). Then I used conditional tags to figure out which page is being looked at, and used query_posts to specify what I wanted done (including how many posts to show).