Skip Navigation

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

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.

This topic contains 1 reply, has 2 voices.

Last updated by Christopher Amirian 1 year, 1 month ago.

Assisted by: Christopher Amirian.

Author
Posts
#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
Supporter

Languages: English (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.

The topic ‘[Closed] How to provide pagination links at top and bottom of the view loop’ is closed to new replies.