Hello.
I’ve got a post list that display all the posts in a custom taxonomy, lets call ‘my_custom_taxonomy’. The posts listed can belong to ‘Category A’, ‘Category B’, ‘Category C’ or ‘Category D’. Is it possible to the user that browse to this page to filter the WPSP by these categories, so he/she gets only the category selected?
Hi Tom!
Do you have an estimate for when it may be available?
Do you know about any other plugin (or coding) that does that? I’m developing a website that need it so I’ll appreciate any help.
I’ve never used jQuery Isotope and it seems I would need to edit some files to achieve that filtering… Only in WPSP files?, could you give me any hint where to start?
Another possibility would be if there are WPSP compatible plugins that I can use for it, do you know any?
Hi Tom.
Filtering posts without using Ajax is also a valid option for me now. Maybe it would be more easy to achieve it in this way…
How should I do it using WPSP?
Currently this would be very hard to achieve. We need to add the category classes or data attributes to each post, which are used to filter/sort the posts. These attributes don’t exist currently, but I will make sure they’re in there for the next update.