So my testbed blog is here: http://danray.org/wordpress/. What I'd like on my front page is one full-length post and three asides below it, like this:
one full-length post
--------------------
Aside |Aside | Aside
1 | 2 | 3
I'm trying to follow the instructions for adding asides given in the codex, but because I've already applied another hack to my index.php, it's starting to get a little complicated.
The relevant section of my index.php file is here: http://danray.org/index.php.txt
I think all I need to do is set up a PHP if-then statement that says, "when generating the 'top' CSS class (the full-length post), find the first post whose category != 20 and stick it in. Then, move on to the 'first' class (the short asides) and display the first three posts whose category == 20." But I don't know how to construct that or exactly where to put it.
Any ideas? Thanks in advance!