Site logo

Archived topic

Number of pagination posts links

5 replies · Started by davbarrio on August 4, 2020

Viewing posts 1–6 of 6

Hi,
i would like to change the number of posts links that appear in Archive .

You can see it here: https://pasteboard.co/JkPA28b.png

You can see that it appears number 1 .. and then the last page number.

But i would like to show only: 1, 2, 3
or 1, 2, 3 Next

Couldn´t find the way to do it on the theme neither this forum.
Hope you can help me.

Regards.

Hi there,

Looks like you've already added some CSS for it.

Can you disable your caching plugin so I can take a closer look of what you've done?

Thanks!

Hi Leo,

i found and added some code:

.page-numbers:not(.next):not(.prev) {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

But it´s not what i would prefer ...

Caché disabled, and code removed.

Please take a closer look.

Thanks.

Regards.

So just to confirm, you don't want people to have access past page 3?

Hi,
i would like to show:
1, 2, 3 Next

and when visitors click on Next, then it will be :
3, 4, 5 Next

And so on ..

Could you help me to get that on pagination please?

This archived topic is closed to new replies.