I'm trying to design a 2 column newspaper-style theme with a unique aspect: All even posts are displayed in the left column, while all odd posts are displayed in the right column.
What I'm having a hard time doing is the split. Getting a multi-loop split via categories is easy, but how do you identify even or odd posts and exclude either from a loop?
Thanks