• I would like for my blog posts to show in chronological order from left-to-right, as opposed to top-to-bottom. I have a specific project in mind, and I know it may sound strange, but it will be the best layout for it.

    There would be 4 on each row, 4 rows on the page, like this:

    [01] [02] [03] [04]
    [05] [06] [07] [08]
    [09] [10] [11] [12]
    [13] [14] [15] [16]

    Is it possible to specify this type of layout, and if so, how?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It could be achieved using a mixture of markup and CSS. First you’d need to generate your posts in a single unordered list, Then you’d need to style each list element so that it has a width of approx 25% and is floated to the left via CSS.

    You can do this using CSS: find your post class, give it a specific width, and make it float:left.

    This is more a template/theme question than a troubleshoot, isn’t it?

    you could have a look at the way themes like grid-a-licious are built…

    Hope that’s a start.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can I change the layout of my blog posts?’ is closed to new replies.