@japaternoster — That worked! But the perfectionist in me wishes that I didn’t have to include those digits at the end. For now, I am glad to have it working, thanks!
@esmi — I am using this code to get posts and display them on my homepage. Do you have any ideas? (I would still like to find a solution that would allow me to keep my URLs pretty)
<?php
$lastposts = get_posts('numberposts=4&category_name=Home');
foreach($lastposts as $post) :
setup_postdata($post);
?>