next_comments_link example

/* translators: 1: Number of comments, 2: Post title. */
                _n( '%1$s response to %2$s', '%1$s responses to %2$s', get_comments_number() ),
                number_format_i18n( get_comments_number() ),
                '“' . get_the_title() . '”'
            );
        }
        ?> </h3> <div class="navigation"> <div class="alignleft"><?php previous_comments_link(); ?></div> <div class="alignright"><?php next_comments_link(); ?></div> </div> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol> <div class="navigation"> <div class="alignleft"><?php previous_comments_link(); ?></div> <div class="alignright"><?php next_comments_link(); ?></div> </div> <?php else : // This is displayed if there are no comments so far. ?>
Home | Imprint | This part of the site doesn't use cookies.