From 92b2b5d6b91b872016c0dee21d9cd81f9cd9a6e0 Mon Sep 17 00:00:00 2001 From: Mike Rawlins Date: Mon, 20 Apr 2015 09:53:07 +0100 Subject: [PATCH] Kill nav Remove those pesky previous and next post links. --- single-site.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/single-site.php b/single-site.php index b2377fa..4cc3b78 100644 --- a/single-site.php +++ b/single-site.php @@ -28,15 +28,6 @@ get_header(); ?> // comments_template(); // endif; - // Previous/next post navigation. - the_post_navigation( array( - 'next_text' => ' ' . - '' . __( 'Next post:', 'twentyfifteen' ) . ' ' . - '%title', - 'prev_text' => ' ' . - '' . __( 'Previous post:', 'twentyfifteen' ) . ' ' . - '%title', - ) ); // End the loop. endwhile;