From abb45c4d3918ab09724b3d4d38d40391b25519f7 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 15 Dec 2015 09:59:15 -0500 Subject: [PATCH] Add comment form --- comments.php | 89 +++++++++++++++++++++++++++++++++++++++++++++++++ scss/_blog.scss | 2 +- single.php | 11 +++--- 3 files changed, 97 insertions(+), 5 deletions(-) create mode 100644 comments.php diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..f203e49 --- /dev/null +++ b/comments.php @@ -0,0 +1,89 @@ + 1 && get_option( 'page_comments' ) ) : + ?> + + + +
+ + +

+ +

+ + + +
    + 'ol', + 'short_ping' => true, + 'avatar_size' => 56, + ) ); + ?> +
+ + + + + + +

+ + + 'button' + ) +); ?> + +
diff --git a/scss/_blog.scss b/scss/_blog.scss index 053375a..e3b2bda 100644 --- a/scss/_blog.scss +++ b/scss/_blog.scss @@ -238,4 +238,4 @@ input[type="submit"].blogbutton { ul { list-style-type: none; } -} \ No newline at end of file +} diff --git a/single.php b/single.php index 2f793ad..2b0e70c 100644 --- a/single.php +++ b/single.php @@ -1,6 +1,6 @@ -
+
@@ -40,17 +40,20 @@
-
+
>

- +
+
-
+
-- 2.17.1