How to paginate all posts page

Hi Folks,

I created an all posts page in this fashion [SOLVED] One page that list ALL posts

Unfortunately it looks more like a hack. I created a new section called all and in this section I render .Site.RegularPages. That works ok, I see all posts.

However, when I want to implement pagination with the paginator, the problem is that this section has no actual own pages, as they come from the default content, so they paginator will not bring any pages.

Is there some way to call paginate on a different section than the one the paginator is called from?

1 Like