So as of lately I’ve developed a Ghost theme for a client of mine, the issue I’m having is that on a custom page template I’m trying to utilize pagination. By calling out {{pagination}}
This separate page is a custom page and I’m getting the post by using the get and a foreach loop to show them.
My only problem is that when I call out for pagination inside that {{get}} nothing happens.
Here is a gist of the code on the page that I’m trying to get pagination to work for.
Any answers or guidance would be very much helpful!
If you are using the {{get}} helper, you get the 6 posts and that’s it.
Is this page set up via a collection or channel in routes?
If yes, then you would not need the {{get}} helper, just the {{foreach}} and you also have access to {{pagination}}.