Wordpress plugin which can do this?

You could try this plugin which is a general use ajax filter for WordPress content. Google "ajax content filter wordpress plugin" and check out the first result called ajax content filter. (sorry I cant post links yet, just joined BHW.) If you tell me a little more about what your trying to accomplish I can give you further direction.
 
ajax content filter is too simple and not enough to do this. I used for such things MDTF plugin. There are also some alternatives, but MDTF is most powerful (but also can be harder to understand it's logic)
 
ajax content filter is too simple and not enough to do this. I used for such things MDTF plugin. There are also some alternatives, but MDTF is most powerful (but also can be harder to understand it's logic)
This one looks great
 
If you want, I can tell you logic how to do this with MDTF.

Plugin has two ways to show filter form - as widget and as shortcode.
You need shortcode. For output page and output template you need to set "self".

But, to make such functions looks great, you may need to create your custom output template and shortcode styles. Because, by default, output template will use your theme layout on search pages. You can create any of output template if you have some basic skills with hmtl, css and wordpress functions.
 
Back
Top