We have renamed Post Grid plugin to Post Grid Combo
Ticket for: Post Grid
0
Carly
Hi, I was wondering if you had any suggestions as to how I could use the category list to filter results within the page (similar to how the search bar removes unmatched posts).
I've tried using the custom JS (shown below) but it doesn't seem to be working at all so I wondered if there was an easier way?
$('.cat-item a').click(function(e){
//alert('stop here';)
e.preventDefault();
console.log('filter results');
}
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum.
you might be looking for filterable style grid, please see the demo and let me confirm?
https://pickplugins.com/demo/post-grid/post-grid-filterable/
This feature only available in the pro version.
Regards