Removing next and previous post links
-
I was wondering if there was a way to remove the next and previous post links that show up on each individual post page.
This is college newspaper page and there is no need for the links to be there.
I tried using this CSS code:
.nav-previous {
display:none;}.nav-next {
display:none;}is there something else I can try?
Thanks!The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Removing next and previous post links’ is closed to new replies.