Forums

Create multiple column grid layout of images (2 posts)

  1. kelvinwins
    Member
    Posted 11 months ago #

    I'm looking to showcase my portfolio in a grid format. I'd like simply the thumbnails to appear in a grid layout, with the latest project being added to the top every time it's updated.

    This previous question seems very similar to mine but the solution at the bottom didn't work for me.

    http://wordpress.org/support/topic/create-a-page-with-a-2-or-3-column-content-layout

    I'm working on a blank canvas at the minute. Haven't got a design for the page yet as the rest of the page's appearance will depend on whether or not I can get this element working.

    Any help would be MASSIVELY appreciated. Can't get my head around how to do this.

  2. alchymyth
    The Sweeper
    Posted 11 months ago #

    i have a few ideas on my site:
    http://www.transformationpowertools.com/wordpress/playing-with-columns-stacking-posts-grid-style
    http://www.transformationpowertools.com/wordpress/posts-in-columns-a-new-twist-on-an-old-problem

    at the end, it is a normal loop, spitting out the posts (thumbnails),
    adding a special css class to each first post in a row, and the layout is down to css formatting - mainly a float: left; on the fixed width post div, and a clear:both; on the first one in a row.

Reply

You must log in to post.

About this Topic