Hey guys,
I am trying to have my “posts” page be both exhaustive and filterable. This post helped a ton and gave me a workaround for displaying “All” episodes by default by making a category and hiding the default “All” link…but now I have a new snag.
This page, which defaults to the “All” category and has a filter, does not paginate or show by default how to scroll through the old Posts.
Two ways that I think a solution can be found:
- This “All” page is great, because it paginates all episodes. But, it loses the filter/index. If I could keep the filter on category pages, problem would be solved.
OR
- If I could paginate the page I have here, that would be great too. I really don’t like the “See all [category] posts” button at the bottom of pages, I’d prefer pagination.
Any help would be much appreciated.
For now, I have increased the maximum posts on the blog page to a number larger than total posts, so that they all display for a continuous scroll.