Skip to content
Grav 2.0 is officially stable. Read the announcement →
Support

Previous Post and Next Post not working after moving blog items

Solved by Dean View solution

Started by Dean 4 months ago · 1 replies · 173 views
4 months ago

I re-arranged my blog posts (jdmicro.com) into years, and now both the previous and next buttons point to the blog item rather than the previous or next item.

Essentially I created a folder for each year, and then moved them across.

Also, is there a way to prevent someone clicking on the year folder rather than the children?

cheers,

Dean

4 months ago Solution

I fixed it! In each folder I had to add to the blog_list.md the lines from content down (it previously only has the title) :


title: ‘2025’

content:
items:

  • ‘@self.children’
    leading: 0
    columns: 2
    limit: 5
    order:
    by: folder
    dir: asc
    show_date: false
    pagination: true
    url_taxonomy_filters: true

👍 1

Suggested topics

Topic Participants Replies Views Activity
Support · by Anna, 3 days ago
4 83 4 hours ago
Support · by TomW, 3 days ago
2 70 1 day ago
Support · by Anna, 6 days ago
7 187 2 days ago
Support · by Anna, 6 days ago
9 153 2 days ago
Support · by stuart young, 5 days ago
2 103 5 days ago