From 1cf9a27cc4396b58969ab61d3769cb4b5dc76633 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 16 Dec 2014 12:44:54 -0500 Subject: [PATCH] Links to older posts were showing newest 5 --- home.php | 3 +-- index.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home.php b/home.php index 1843e8f..a08ace7 100644 --- a/home.php +++ b/home.php @@ -12,8 +12,7 @@
- - have_posts()) : while($query->have_posts()): $query->the_post();?> +
diff --git a/index.php b/index.php index 4549519..6862547 100644 --- a/index.php +++ b/index.php @@ -12,8 +12,7 @@
- - have_posts()) : while($query->have_posts()): $query->the_post();?> +
-- 2.17.1