Hello,
When I filter by any category on my blog, it correctly shows the posts in that category for page 1, but at the bottom it shows there is a page 2. If you go to that second page, it is showing blog posts that are not in the category that I am filtering by. You can see what I mean here:
http://beverleylee.com/blog/
It seems like the filter is only being applied to page 1, and page 2 appears to be the unfiltered regular page 2 of the blog. In fact, if I filter by a posts in a category that appear on both page 1 and page 2, I only see results from page 1 in that filter. The posts in that category from the second page do not appear in my filtered results which is another problem.
Thanks for your help!
Comments
filtering does not work because you are using jQuery filtering and pagination at the same time what is not allowed. You need to decide which one you prefer to use.