Pod filtered but displays all the items
-
I have one filterable Pod which is a downloadable pdf.
Filtering (Search & Filter Pro) works because the tags count is changing. But the loop displays all the items, not just the filter results. Try a search for ‘asdf’
I use archive.php. The query is this:
// Pulling PODS Loop instead of WP Loop $mypod = pods( 'szakmai_anyag' ); /*$params = array( 'limit' => 2, /* get_option( 'posts_per_page', 14 ), /* Change to Posts per page ); */ $mypod->find();
I think my find() could be a problem. I don’t know how to call it to list only the results.
Can anybody help?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Pod filtered but displays all the items’ is closed to new replies.