Geo Legin 02/06/2024 By admin @php if (post_password_required()) { return; } @endphp @if (have_comments()) {!! sprintf(_nx('One response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), number_format_i18n(get_comments_number()), '' . get_the_title() . '') !!} {!! wp_list_comments(['style' => 'ol', 'short_ping' => true]) !!} @if (get_comment_pages_count() > 1 && get_option('page_comments')) @if (get_previous_comments_link()) @php(previous_comments_link(__('← Older comments', 'sage'))) @endif @if (get_next_comments_link()) @php(next_comments_link(__('Newer comments →', 'sage'))) @endif @endif @endif @if (!comments_open() && get_comments_number() != '0' && post_type_supports(get_post_type(), 'comments')) {{ __('Comments are closed.', 'sage') }} @endif @php(comment_form())
{!! sprintf(_nx('One response to “%2$s”', '%1$s responses to “%2$s”', get_comments_number(), 'comments title', 'sage'), number_format_i18n(get_comments_number()), '' . get_the_title() . '') !!}
{!! wp_list_comments(['style' => 'ol', 'short_ping' => true]) !!}
@if (get_comment_pages_count() > 1 && get_option('page_comments')) @endif @endif @if (!comments_open() && get_comments_number() != '0' && post_type_supports(get_post_type(), 'comments'))