Previous Post and Next Post not working after moving blog items

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

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 Like