Skip Navigation

[Résolu] Pagination doubling

This support ticket is created Il y a 5 années et 6 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

Ce sujet contient 1 réponse, a 2 voix.

Dernière mise à jour par Nigel Il y a 5 années et 6 mois.

Assisté par: Nigel.

Auteur
Publications
#1260851

I am trying to:
Create Previous and next links in a view

Link to a page where the issue can be seen:
lien caché
I expected to see:
One set of buttons
Instead, I got:
Two sets of buttons. When I remove [wpv-filter-meta-html], the bottom set of pagination disappears, but the pagination doesn't work.

#1261139

Nigel
Supporter

Les langues: Anglais (English ) Espagnol (Español )

Fuseau horaire: Europe/London (GMT+00:00)

Hi Joe

It sounds as if your theme would be outputting pagination links as well as Views, that's the typical scenario where you would see two sets of pagination links.

In that case you would want to hide the theme pagination links with CSS, or in a child theme edit the PHP template to prevent the links from being generated in the first place.

I'm not sure of what changes you may have made, but right now there are two sets of pagination links being shown (screenshot), but both of them are generated by Views (and both appear to be working).