I found a very simple script that enables keyboard navigation.
Next page/Previous page.
How can I implement this script for wp post navigation ?
[Code moderated as per the Forum Rules. Please use the pastebin]
I need help in changing this section
case 37:
window.location = "Link to previous post"; //back
break;
case 39:
window.location = "Link to next post"; //forward
break;
Thank you