I'm using home.php to do a static home page that shows the latest post alongside some other stuff. What I want to do next is create a "blog" page, basically an archive that shows all posts. I noticed that when using pretty permalinks, a link to /archives will show this archive. The only problem is that pagination does not work there.
I tried using custom queries and I tried using page templates, but I always get the same pagination problem. I searched the forums multiple times and I still can't find a way to do something as simple as this. Is there any way to do this? I really would rather not use a plugin. It'd be easier if I can code it into the theme.