Hm, I don’t think any of those give me quite what I want. Basically what I’m trying to accomplish is displaying the latest post in one category on one side of the page, and the latest post in another category on the other. I tried a <?php if ( in_category(1) ): ?>
then display post code, but that only displays the post if I’m actually looking at the archive for that category. What I want is for the main index page of my site.
Is there possibly a script that allows me to display the most recent post of a certain category? That may work.