# Help with page.earlier/page.later \[edit:bug\]

**URL:** <https://zola.discourse.group/t/help-with-page-earlier-page-later-edit-bug/1423>\
**Category:** Support\
**Created:** [August 18, 2022, 6:09am UTC](https://zola.discourse.group/t/help-with-page-earlier-page-later-edit-bug/1423 "2022-08-18T06:09:09Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![captain](https://avatars.discourse-cdn.com/v4/letter/c/f17d59/32.png) [@captain](https://zola.discourse.group/u/captain)\
**Post date:** [August 18, 2022, 6:09am UTC](https://zola.discourse.group/t/help-with-page-earlier-page-later-edit-bug/1423/1 "2022-08-18T06:09:09Z")

</div>

[update start]  
Seems to be a bug in Zola 0.16.1, it works fine (as expected) if I go back to 0.15.3.  
[update end]

Hello,

I’m trying to have previous/next post when I open a post on my blog.  
I’m using page.earlier/page.later and I’m just confused because it doesn’t render the navigation in posts.  
Note: pagination works on blog section  
Here is my content folder structure and the index.md content

content  
-blog  
–2022  
—index.md (sort\_by = “date”, transparent = true)  
–index.md (sort\_by = “date”, transparent = true)  
-pages  
–index.md (render = false, transparent = false)  
index.md (sort\_by = “date”, transparent = true, paginate\_by = 10)

I tried many combinations but they dont work

---

<div class="post-metadata">

**Author:** ![keats](https://avatars.discourse-cdn.com/v4/letter/k/34f0e0/32.png) [@keats](https://zola.discourse.group/u/keats)\
**Post date:** [August 18, 2022, 1:39pm UTC](https://zola.discourse.group/t/help-with-page-earlier-page-later-edit-bug/1423/2 "2022-08-18T13:39:56Z")

</div>

> [@captain](#):
>
> page.earlier/page.later

It’s a change in 0.16 where this has been removed. See [https://github.com/getzola/zola/blob/master/CHANGELOG.md#breaking](https://github.com/getzola/zola/blob/master/CHANGELOG.md#breaking) the 3rd bullet point  
In short page.earlier == page.lower, page.later == page.higher

---

<div class="post-metadata">

**Author:** ![captain](https://avatars.discourse-cdn.com/v4/letter/c/f17d59/32.png) [@captain](https://zola.discourse.group/u/captain)\
**Post date:** [August 18, 2022, 1:49pm UTC](https://zola.discourse.group/t/help-with-page-earlier-page-later-edit-bug/1423/3 "2022-08-18T13:49:51Z")

</div>

Thanks Keats!  
Sorry for this
