• On this page I have the current models I have photographed.

    http://deanlautermilch.com/models-2

    If you click on an image then it opens a page and uses a plugin that gets the images from my Flickr account.

    I have all the images set to left but they don’t stack evenly as you can see. I want larger images so the gallery option did not work. Anyone have any other ideas? I would like to easily put the newest model on top when I update the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Phil

    (@owendevelopment)

    I would use an image resizer like timthumb or equivalent to take snippets of the images as thumbnails of a set size. You could then arrange them nicely in a grid and order them with something like the following:

    global $query_string;
    query_posts( $query_string . '&order=ASC' );

    Hope this helps.

    Thread Starter Lautermilch

    (@lautermilch)

    Thanks but I am not a programmer. I am looking to do this via the interface if it is possible.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Models Won't Organize’ is closed to new replies.