knalstaaf
Member
Posted 2 years ago #
I mean, I've been looking for hours on WP / Google / ...
Just a simple piece of code that divides posts over two columns on the homepage, with both the most recent posts on top.
Don't send to the cre8d tutorial again, pls. It trashed my design, I wasted too much time with their instructions, with no result at all.
knalstaaf
Member
Posted 2 years ago #
knalstaaf
Member
Posted 2 years ago #
Ok, got it working with the Cre8d tutorial after all. I misinterpreted the structure of the columns.
Its not:
<row>
<col1><col2>
<col1><col2>
<col1><col2>
</row>
But:
<row><col1><col2></row>
<row><col1><col2></row>
<row><col1><col2></row>