From c5fcfe8d4be2ed02efd7effac3aea19478b76723 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 14 Jan 2016 13:08:24 -0500 Subject: [PATCH] added comments template and comments function in single.php --- root/comments.php | 89 +++++++++++++++++++++++++++++++++++++++++++++++ root/single.php | 9 +++++ 2 files changed, 98 insertions(+) create mode 100644 root/comments.php diff --git a/root/comments.php b/root/comments.php new file mode 100644 index 0000000..353cd14 --- /dev/null +++ b/root/comments.php @@ -0,0 +1,89 @@ + 1 && get_option( 'page_comments' ) ) : +?> + + + +
+ + +

+ +

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

+ + + 'button' + ) +); ?> + +
diff --git a/root/single.php b/root/single.php index 544afa5..9e01332 100644 --- a/root/single.php +++ b/root/single.php @@ -61,6 +61,15 @@ + + + + + + +

-- 2.17.1