Skip Navigation

[Resolved] Creating “Back/next” button on single product page

This thread is resolved. Here is a description of the problem and solution.

Problem:
Can we add next and previous post navigation on a single post with Toolset?

Solution:
It's not possible with Toolset. This is a task of the Theme (Single Post Pagination).

What you can do with Toolset is to create a View, where you query your posts (products).
Then paginate this View.

This will although not create a Single Post Pagination but a pagination within all posts (as a View will return you several posts, not just one).

This View can be inserted anywhere, like on a page where you would like to show all those products paginated.

Relevant Documentation:
https://toolset.com/documentation/user-guides/views-pagination/

Note:
This feature will not be added to Toolset.
There is no need in requesting it, as this is a task of a Theme, not Toolset.

This support ticket is created 7 years ago. 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
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 2 replies, has 2 voices.

Last updated by ChristineL838 7 years ago.

Assisted by: Beda.

Author
Posts
#587022

Tell us what you are trying to do? Hello! I'd like to add a "Back/Next" button to my single product page template

Is there any documentation that you are following? I didn't find any doc

Is there a similar example that we can see? Here you can see the blue arrows at the top, when you hover, they are "Back" and "next." I don't need graphics, I'd just like a link to with the words "previous" and "next" hidden link

What is the link to your site? Here's my single product page: hidden link

#587078

It's not possible with Toolset. This is a task of the Theme (Single Post Pagination).

What you can do with Toolset is to create a View, where you query your posts (products).
Then paginate this View according this DOC:
https://toolset.com/documentation/user-guides/views-pagination/

This will although not create a Single Post Pagination but a pagination within all posts (as a View will return you several posts, not just one).

This View can be inserted anywhere, like on a page where you would like to show all those products paginated.

#587442

Thanks for your reply. Please pass this feature feedback along. I would have expected with Toolset for this to be an option. Any product shop should really have a next or previous button easy to add!