From 73ffdba03cd42453f0938ca5b961e00a1193ca08 Mon Sep 17 00:00:00 2001 From: Ian Stewart Date: Thu, 12 Jan 2012 17:12:04 +0000 Subject: [PATCH] _s: With so little variation among date archive, category arhive, and tag archive, we can safely combine those templates without overcomplicating things. --- archive.php | 40 ++++++++++++++++++++++++------- category.php | 64 -------------------------------------------------- tag.php | 66 ---------------------------------------------------- 3 files changed, 32 insertions(+), 138 deletions(-) delete mode 100644 category.php delete mode 100644 tag.php diff --git a/archive.php b/archive.php index 22ae223b..13ab4c5e 100644 --- a/archive.php +++ b/archive.php @@ -2,9 +2,6 @@ /** * The template for displaying Archive pages. * - * Used to display archive-type pages if nothing more specific matches a query. - * For example, puts together date-based pages if no date.php file exists. - * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package _s @@ -21,17 +18,44 @@ get_header(); ?> diff --git a/category.php b/category.php deleted file mode 100644 index 93e7c204..00000000 --- a/category.php +++ /dev/null @@ -1,64 +0,0 @@ - - -
-
- - - -
' ); - ?> - - - - - - - - - - - - - - - -
-
-

-
- -
-

- -
-
- - - - -
- - - \ No newline at end of file diff --git a/tag.php b/tag.php deleted file mode 100644 index ec431fb7..00000000 --- a/tag.php +++ /dev/null @@ -1,66 +0,0 @@ - - -
-
- - - -
' ); - ?> - - - - - - - - - - - - - - - - - -
-
-

-
- -
-

- -
-
- - - - -
- - - \ No newline at end of file