Hi, I'm trying to paginate a collection within a certain page but the paginate-v2 plugin behaviour is quite strange.
I have my _posts paginating on a blog page correctly and I'd like to paginate another collection.
It seems like the some files' front matter variables aren't exposed inside the {% for post in paginator.posts %}. It only recognises post.title, post.url and post.image. Could someone help me here?
Hi, I'm trying to paginate a collection within a certain page but the paginate-v2 plugin behaviour is quite strange. I have my _posts paginating on a blog page correctly and I'd like to paginate another collection. It seems like the some files' front matter variables aren't exposed inside the {% for post in paginator.posts %}. It only recognises post.title, post.url and post.image. Could someone help me here?