• Hello, all …

    I want to build (or find) a WP theme that:
    – is only for image posts
    – automatically re-sizes / displays a thumbnail
    – displays the posts in a grid

    I have created **exactly** what I want in Tumblr (see http://topsoftables.tumblr.com/), but b/c Tumblr only allows max 15 posts on the front page, the grid ends pretty quickly (I want the grid to go on “forever”).

    My theme-building and WP coding skills are decent. Anyone have any suggestions / advice / themes that could be of use?

    Many, many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • your idea looks like no theme at all:
    simply build the loop with the images in little divs, floated left, in a flexible width container; and somewhere far at the end the next/prevlinks.
    no archives, no single, no sidebar, no links …

    i thought of the gallery theme first, but that seems well too complicated for your purpose.
    Gallery, a Thematic child theme
    http://themeshaper.com/gallery-theme-thematic/

    Thread Starter lukestrosnider

    (@lukestrosnider)

    Thanks!

    Anyway to do this with the Archives page without building in a custom field?

    the least you would need to do is to build a page template to generate an image grid for your posts in the archive page.

    if you enter each ‘post/image’ into a fixed size (width and height) container div, floated left, this should work quite automatically.

    ps: the images might be quite easy to insert using the new ‘get_post_thumbnail()’ template tag.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Posts as Grid of Thumbnails’ is closed to new replies.