Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Looking for a plugin for wordpress that filters images like isotope Re: Looking for a plugin for wordpress that filters images like isotope

#128585
Jeager
Member

I am actually probably going to attempt this same thing soon. I imagine it will work like this:

Custom post type of “whateverPost”

a loop query that uses post_type from “whateverPost” and uses the post_thumbnail

Add a div around the thumbnail output for whatever isotope uses (think its item?) and probably end up scaling the image via css. max-width:20% or something.

This is theory though. I have only messed around with it for a few mins so far.