jekyll / jekyll-paginate

NO LONGER UNDER ACTIVE DEVELOPMENT as of Jekyll 3: Pagination Generator for Jekyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paginate based on Category

parkr opened this issue · comments

Allow users to paginate posts & collections based on categories they have!

Isn't it possible to just pop out posts that don't match a category in the array all_posts?

Or even something like:

all_posts = site.site_payload['site']['categories'][selected_category]

@NicolasLM, confirming that works perfectly. I am going to try and patch this so that [selected_category] can be set from the the _config.yml