🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:comments.php
<div id="comments" class="comments-area"> <?php if (have_comments()): ?> <h3 class="comments-title"> <?php $comment_count = get_comments_number(); printf(_nx('One Comment', '%1$s Comments', $comment_count, 'comments title', 'unfia'), number_format_i18n($comment_count)); ?> </h3> <ol class="comment-list"> <?php wp_list_comments([ 'style' => 'ol', 'short_ping' => true, 'avatar_size' => 60, ]); ?> </ol> <?php if (get_comment_pages_count() > 1 && get_option('page_comments')): ?> <nav class="comment-navigation"> <div class="nav-previous"><?php previous_comments_link(__('← Older Comments', 'unfia')); ?></div> <div class="nav-next"><?php next_comments_link(__('Newer Comments →', 'unfia')); ?></div> </nav> <?php endif; ?> <?php endif; ?> <?php if (!comments_open() && get_comments_number() && post_type_supports(get_post_type(), 'comments')): ?> <p class="no-comments"><?php _e('Comments are closed.', 'unfia'); ?></p> <?php endif; ?> <?php comment_form([ 'title_reply_before' => '<h3 id="reply-title" class="comment-reply-title">', 'title_reply_after' => '</h3>', 'class_submit' => 'btn btn-primary', ]); ?> </div>
Save Changes
Cancel
Create New File
Create New Folder