diff --git a/blog.header.php b/blog.header.php index e6f5744f5..a61489719 100644 --- a/blog.header.php +++ b/blog.header.php @@ -263,7 +263,7 @@ if ( !empty($postend) && ($postend > $poststart) && (!$m) && !$month && !$year & } } } - elseif (($m) || ($p) || ($w) || ($s) || ($whichcat) || ($author) || $month || $year || $day) { + elseif (($m) || ($p) || ($w) || ($s) || ($whichcat) || ($author)) { $limits = ''; } }