My client is looking to change her homepage to look similar to this site: http://www.eatliverun.com/
Where the most recent post is up top in full in one column and the others are in two column excerpts.
She wants to have just one recent post display and the rest in the two column format. I’m just not sure how to accomplish this correctly.
Her website is located at http://pamelastable.com/
Integrating a counter into your loop can easily help you achieve this layout. Try something as follows (note: the ‘six columns’ class represents your 2 column layout in a 12 column grid):
Just add a counter to the loop and style the html differently for the first iteration.
In your index.php or other template file^
Just use a counter to see which post number you are on.