How to Remove Previous and Next Buttons on WordPress

This Isn’t a Story

Why would I want my reader(s) to go to the “next post”? This isn’t a novel. There isn’t a suggested reading order based on chronology. Why the hell is there an unremovable next/previous button on the bottom of every page? If a user is reading about red cars, why would I want them to press next to read about Game of Thrones’ tee taws?

Why they do this?

Just look at that. Why they do this?

TL;DR: PASTE THIS IN CSS

.post-navigation .nav-links { display: none; }

What’s CSS? Man, you need help, huh. Don’t hurt your brain, just click appearance, and click Edit CSS. Then copy and paste the above code at the bottom of that editor, and press save.