From 7086111ad4dd997e12a3220e1ee60c9b9bcf0bb8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Jan 2020 13:06:14 +0100 Subject: Added wordpress --- .../wp-content/themes/twentyseventeen/comments.php | 89 ++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 srcs/wordpress/wp-content/themes/twentyseventeen/comments.php (limited to 'srcs/wordpress/wp-content/themes/twentyseventeen/comments.php') diff --git a/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php b/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php new file mode 100644 index 0000000..7e8e988 --- /dev/null +++ b/srcs/wordpress/wp-content/themes/twentyseventeen/comments.php @@ -0,0 +1,89 @@ + + +
+ + +

+ +

+ +
    + 100, + 'style' => 'ol', + 'short_ping' => true, + 'reply_text' => twentyseventeen_get_svg( array( 'icon' => 'mail-reply' ) ) . __( 'Reply', 'twentyseventeen' ), + ) + ); + ?> +
+ + twentyseventeen_get_svg( array( 'icon' => 'arrow-left' ) ) . '' . __( 'Previous', 'twentyseventeen' ) . '', + 'next_text' => '' . __( 'Next', 'twentyseventeen' ) . '' . twentyseventeen_get_svg( array( 'icon' => 'arrow-right' ) ), + ) + ); + + endif; // Check for have_comments(). + + // If comments are closed and there are comments, let's leave a little note, shall we? + if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : + ?> + +

+ + +
-- cgit