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?
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.