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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Pagination of blog items

first-time help-wanted theme

Started by Sidy James Diatta 5 years ago · 2 replies · 1300 views
5 years ago

Hello guys,
I have a problem to paginate between the previous and following pages of articles. This is due to the changes I made in the content items of the blog. Indeed, I replaced (@ self.children) by @ self.modular: / home in item.fr.md then I added:
{% set options = { items: {'@self.children':''}, 'limit': page.header.bloglimit, 'order': {'by': 'date', 'dir': 'desc'}, 'pagination': true } %}
{% set collectionblog = page.collection(options) %}
in blog-item.html.twig with :

TWIG
{% if not page.isLast %}
        <a class="btn" href="{{ page.prevSibling.url }}"><i class="fa fa-angle-left"></i> {{ 'Precedent'|t }}</a>
{% endif %}

{% if not page.isFirst %}
    <a class="btn" href="{{ page.nextSibling.url }}">{{ 'Suivant'|t }} <i class="fa fa-angle-right"></i></a>
{% endif %}

the next and previous buttons block on the same page.
I really need your help please. 😇
images :
paginate1|690x131

THEME: Big Picture

last edited 05/28/21 by Sidy James Diatta
5 years ago

@Sidy, I'm afraid there are a few things I do not understand:

  • What problem are you addressing?
  • What should the end result be/look like?
  • The question, especially the code snippets, isn't formatted that clearly. I fail to make sense of it.

Please, help the community help you by making a question as clear as possible...

last edited 05/29/21 by pamtbaau
5 years ago

gravimage|690x153

Hello, yes sorry I could only put one image.
This is a one page blog post. I would like to go from one article to another with the previous and next buttons but it gets stuck on the same page

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 3 days ago
2 70 5 hours ago
General · by pamtbaau, 10 hours ago
1 45 10 hours ago
General · by Andy Miller, 22 hours ago
0 43 22 hours ago
General · by Marcel, 12 months ago
6 341 4 days ago
General · by Duc , 5 days ago
3 35 5 days ago