Hello ,
I am working on a site and the blog layout should be two column. One column displaying the Odd post and the other column displaying the Even post. I haven’t had any problems doing this with wordpress and php but in expression engine nothing comes to mind.
i thought about this :
<div class="odd">
{exp:channel:entries channel="blog" POST="ODD"}
</div>
<div class="even">
{exp:channel:entries channel="blog" POST="EVEN"}</div>but the Odd / even parameter doesn’t seem to exist 😉
I would rather not have to use custom fields as it would rather be a pain to check eveytime if it’s odd or even.
Any brilliant ideas ?
thanks for any help
regards