Hi, We want to add custom multiple filters to a page that shows portfolio entries. We use portfolio grid element, but this one only supports one type of filter.
So we want following filters:
– Main topic
– Location
– Type
All filters can be combined. There are some plugins but they were not fully compatible with enfold. Can this be achieved with some workaround, or can you recommend some supported plugin?
That’s how it looks on the old page:
https://gae.ch/de#referenzen
Thank you very much!
Hey gartenmannengineering,
Thank you for the inquiry.
You can try one of these plugins to add taxonomy filter to the posts but we haven’t had a chance to test them properly, so you may have to play around with it a bit.
// https://wptavern.com/beautiful-taxonomy-filters-for-wordpress-custom-post-types
// https://wordpress.org/plugins/wp-meta-data-filter-and-taxonomy-filter/
You can also create your own template and add a custom AJAX filter.
// https://rudrastyh.com/wordpress/ajax-post-filters.html
Best regards,
Ismael