From: Anthony Talarico Date: Thu, 14 Jan 2016 17:54:25 +0000 (-0500) Subject: added comments.php and comments function into single.php X-Git-Tag: vv1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4cda36cd6c0b795aa7a012fdcf35574fae03bc5f;p=WP-Themes%2Fkeweenaw.git added comments.php and comments function into single.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 @@ ?> +