From 4cda36cd6c0b795aa7a012fdcf35574fae03bc5f Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Jan 2016 12:54:25 -0500 Subject: [PATCH] added comments.php and comments function into single.php --- comments.php | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ single.php | 3 ++ 2 files changed, 92 insertions(+) create mode 100644 comments.php diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..353cd14 --- /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/single.php b/single.php index 544afa5..259a475 100644 --- a/single.php +++ b/single.php @@ -55,6 +55,9 @@ ?> + -- 2.17.1