• Hello,
    first of all thank you for this plugin, it works great.

    Hope that this is not a silly question and that it hasen’t been resolved yet (I did check the forum), but, is it possible to make a back button. Meaning that wneh you press it you go back to page from where you came, something as this does.

    <button onclick="goBack()">Go Back</button>
    
    <script>
    function goBack() {
        window.history.back();
    }
    </script>

    Thank you in advance.

    https://wordpress.org/plugins/forget-about-shortcode-buttons/

  • The topic ‘Is it possible to make a back button’ is closed to new replies.