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