From 07b2ba9ff5fe1cf4bba34de578c29aee85c48b83 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Mon, 16 Jun 2014 16:03:41 +0000 Subject: Initial commit of Vortant theme based on WordPress twentythirteen stock theme. --- comments.php | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 comments.php (limited to 'comments.php') diff --git a/comments.php b/comments.php new file mode 100644 index 0000000..3d1aff4 --- /dev/null +++ b/comments.php @@ -0,0 +1,59 @@ + + +
+ + +

+ ' . get_the_title() . '' ); + ?> +

+ +
    + 'ol', + 'short_ping' => true, + 'avatar_size' => 74, + ) ); + ?> +
+ + 1 && get_option( 'page_comments' ) ) : + ?> + + + + +

+ + + + + + +
\ No newline at end of file -- cgit v1.2.3