Skip to content
Grav 2.1 is out: every page speaks Markdown. Read the announcement →

Previous Post and Next Post not working after moving blog items

Solved by Dean View solution

Started by Dean 6 months ago · 1 replies · 337 views
6 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

6 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 blu3prince, 3 days ago
1 65 37 minutes ago
Support · by complanar, 6 days ago
6 156 1 day ago
Support · by Rick Beebe, 7 days ago
2 114 3 days ago
Support · by alex, 5 days ago
2 100 4 days ago
Support · by Marcel, 2 weeks ago
1 151 4 days ago