How can I display posts in two columns? I found several tutorials but non of them working for me. Can anyone provide any working tutorial?
My wordpress version is 2.8.4
Thanks
How can I display posts in two columns? I found several tutorials but non of them working for me. Can anyone provide any working tutorial?
My wordpress version is 2.8.4
Thanks
Not a working tutorial but a basic approach. Use the Loop to output your posts in an unordered list with the class "posts". Then use something like:
ul.posts li.post {
width:50%;
float:left;
}
in your stylesheet.
of course! haha, thanks
...actually, this one turns out to works more smoothly:
cheers
This topic has been closed to new replies.