From 9d98e6f117c443a1d7b497fb81fd5779fcc6316f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Tue, 22 Mar 2016 17:39:57 +0100 Subject: [PATCH] solved issue #14 thx to @Thomas-A-Reinert --- comments.php | 84 ++++++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 38 deletions(-) diff --git a/comments.php b/comments.php index a89d6b9..b66224a 100644 --- a/comments.php +++ b/comments.php @@ -14,55 +14,63 @@ * return early without loading the comments. */ if ( post_password_required() ) { - return; + return; } ?>
- + - -

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

+ +

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

- 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> - - + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + -
    - 'ol', - 'short_ping' => true, - ) ); - ?> -
+
    + 'ol', + 'short_ping' => true, + ) ); + ?> +
- 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> - - + 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> + + - + - -

- + +

+