Saltar navegación

[Cerrado] How to provide pagination links at top and bottom of the view loop

This support ticket is created hace 1 año, 8 meses. 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.

Este tema contiene 1 respuesta, tiene 2 mensajes.

Última actualización por Christopher Amirian hace 1 año, 8 meses.

Asistido por: Christopher Amirian.

Autor
Mensajes
#2665959

Tell us what you are trying to do?

Display pagination buttons at the top and the bottom of the loop - both sets work the same.

Is there any documentation that you are following?

https://toolset.com/forums/topic/reposition-views-slider-pagination/

My client needs to have the pagination buttons display both above and below the view loop. It is frustrating to have to scroll to the top in order to navigate between pages. The post linked above seems to say that I can onoly have a single set of pagination buttons.

Is there a reasonably simple way to just duplicate the set of pagination buttons to a second location on the page?

#2666255

Christopher Amirian
Colaborador

Idiomas: Inglés (English )

Hi there,

It is not possible to have two pagination set in the block view. For that you will need to create a classic view which you have access to the code and you can add the proper shortcode to add additional pagination.

- Go to "Toolset > Settings > General".
- Find the "Editing experience" section.
- Check the "Show both the legacy and Blocks interface and let me choose which to use for each item I build" checkbox.
- Reload the browser page.
- Go to the newly added "Toolset > Views" menu.
- There you will be able to edit the views.

For more information:
https://toolset.com/course-lesson/enabling-legacy-version-of-toolset-views/

After that you create a classic view to create your list:

https://toolset.com/documentation/legacy-features/views-plugin/

Then, you can use the shortcodes for pagination control to add extra pagination:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#pagination-controls

Thanks.

El debate ‘[Cerrado] How to provide pagination links at top and bottom of the view loop’ está cerrado y no admite más respuestas.