Forums

Keyboard navigation (1 post)

  1. AxelYa
    Member
    Posted 1 year ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic