Last active
August 21, 2020 04:05
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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