Beispiel #1
0
    $page--;
    $to = ($page + 1) * $limit;
    if (get_comments_number() < $to) {
        $to = get_comments_number();
    }
    printf(st_get_language('d_to_d'), $limit * $page + 1, $to);
    ?>
</small>
                </p>
            </div>
            <div class="col-md-7">

                <?php 
    // Are there comments to navigate through?
    if (get_comment_pages_count() > 1 && get_option('page_comments')) {
        TravelHelper::comments_paging();
        ?>

                <?php 
    }
    // Check for comment navigation
    ?>

            </div>
        </div>

    <?php 
}
// end get list comment
if (!get_comments_number()) {
    ?>