Skip to content

Instantly share code, notes, and snippets.

@brianleejackson
Last active August 21, 2020 04:05
Show Gist options
  • Save brianleejackson/0ab8df33c89a6ff6076fce5f83f3c8c6 to your computer and use it in GitHub Desktop.
Save brianleejackson/0ab8df33c89a6ff6076fce5f83f3c8c6 to your computer and use it in GitHub Desktop.
Replace page numbers in GeneratePress with next and back. Seen here: https://woorkup.com/
.nav-links .page-numbers:not(.next):not(.prev) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment