Forums
Home / Plugin: WP Bottom Menu / Back Page
(@fabriciobarros10)
2 years, 2 months ago
I want a button to go back to the previous page
(@liquidthemes)
Hi @fabriciobarros10 ,
thanks for your feedback. Stay tuned for future releases!
@liquidthemes
is it possible to generate a link to this button?
I tried something like this: <?php endif; ?> <p><button onclick=”history.go(-1);” style=”background: #cc0000; margin-top: 20px;”><i class=”fa fa-reply” aria-hidden=”true”></i> Back</button></p>
but it did not work
Yes, it’s possible.
Also check: https://developer.mozilla.org/en-US/docs/Web/API/History_API
(@ivanivanov18)
2 years ago
Hi! The same issue, did you find a solution?