WordPress – Hide Post Navigation

To hide the post navigation on single post pages, add the following to your custom CSS.

.single .nav-links { display: none; }