From bf66815175c2116302d7166dae279cd7616ca946 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 13:21:29 -0500 Subject: [PATCH] testing comments blog pages --- 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 4a4d55e..22e87ce 100644 --- a/single.php +++ b/single.php @@ -63,6 +63,7 @@ ?> + @@ -74,6 +75,8 @@ + + -- 2.17.1