adding category template file
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:18:14 +0000 (20:18 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 10 Oct 2019 00:18:14 +0000 (20:18 -0400)
category.php [new file with mode: 0644]

diff --git a/category.php b/category.php
new file mode 100644 (file)
index 0000000..dae315b
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+/**
+ * The template for displaying blog categories
+ *
+ * @package WordPress
+ * @subpackage Twenty_Nineteen
+ * @since 1.0.0
+ */
+
+get_header(); ?>
+
+
+
+<?php get_footer();
\ No newline at end of file