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 · 333 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 complanar, 5 days ago
6 132 3 hours ago
Support · by Rick Beebe, 5 days ago
2 97 2 days ago
Support · by blu3prince, 2 days ago
0 47 2 days ago
Support · by alex, 4 days ago
2 89 3 days ago
Support · by Marcel, 1 week ago
1 142 3 days ago