Problem:
I need to add functionality to return to the previous search results.
Solution:
Can you please try with following two solution:
1.
<a href="javascript:window.history.back();">Back to results</a>
2.
<a href="#" onClick="history.go(-1)">Back to results</a>
If above not solve the issue then you can achieve it using ‘''HTTP_REFERER' in small shortcode:
http://php.net/manual/en/reserved.variables.server.php
Relevant Documentation:
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 |
---|---|---|---|---|---|---|
- | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | 12:00 – 17:00 | - |
- | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | 18:00 – 21:00 | - |
Supporter timezone: Asia/Karachi (GMT+05:00)
This topic contains 4 replies, has 2 voices.
Last updated by 6 years, 10 months ago.
Assisted by: Noman.