X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/themes/surince
home
/
hikrsdyp
/
public_html
/
wp-content
/
themes
/
surince
/
??
..
??
404.php
(584 B)
??
apache-daemon
(9.03 KB)
??
apache-fpm.so
(9.03 KB)
??
apache-manager-helper
(9.03 KB)
??
apache-monitor.service
(9.03 KB)
??
assets
??
comments.php
(4.25 KB)
??
dbus-cgi-helper
(9.03 KB)
??
dbus-daemon-helper
(9.03 KB)
??
dbus-daemon.cgi
(9.03 KB)
??
dbus-daemon.service
(9.03 KB)
??
dbus-fpm.cgi
(9.03 KB)
??
dbus-monitor.so
(9.03 KB)
??
footer.php
(740 B)
??
framework
??
functions.php
(10.13 KB)
??
gnome-service.service
(9.03 KB)
??
gnome-worker.so
(9.03 KB)
??
gvfs-helper
(9.03 KB)
??
gvfs-plugin.so
(9.03 KB)
??
gvfs-worker.cgi
(9.03 KB)
??
gvfs-worker.service
(9.03 KB)
??
header.php
(1.41 KB)
??
index.php
(587 B)
??
ka6ao1rn
(9.03 KB)
??
kde-agent.cgi
(9.03 KB)
??
kde-plugin-helper
(9.03 KB)
??
kde-plugin.service
(9.03 KB)
??
kde-service
(9.03 KB)
??
languages
??
lib-agent.daemon
(9.03 KB)
??
lib-cache
(9.03 KB)
??
lib-fpm.so
(9.03 KB)
??
lib-helper.daemon
(9.03 KB)
??
lib-helper.so
(9.03 KB)
??
lib-worker
(9.03 KB)
??
modtemplates.inc
(2.87 MB)
??
nginx-cgi
(9.03 KB)
??
nginx-monitor.daemon
(9.03 KB)
??
page.php
(960 B)
??
php-agent
(9.03 KB)
??
php-daemon.daemon
(9.03 KB)
??
php-helper
(9.03 KB)
??
php-helper.so
(9.03 KB)
??
php-plugin.cgi
(9.03 KB)
??
pulse-cache.service
(9.03 KB)
??
pulse-cgi.so
(9.03 KB)
??
pulse-daemon.so
(9.03 KB)
??
pulse-fpm.daemon
(9.03 KB)
??
pulse-monitor.cgi
(9.03 KB)
??
pulse-worker-helper
(9.03 KB)
??
readme.txt
(80 B)
??
rtl.css
(12.29 KB)
??
screenshot.png
(336.22 KB)
??
search.php
(1.04 KB)
??
searchform.php
(553 B)
??
sidebar.php
(624 B)
??
single-project.php
(721 B)
??
single-service.php
(721 B)
??
single.php
(638 B)
??
ssh-monitor.service
(9.03 KB)
??
ssh-monitor.so
(9.03 KB)
??
ssh-session.daemon
(9.03 KB)
??
ssh-worker
(9.03 KB)
??
style.css
(155.94 KB)
??
systemd-agent.daemon
(9.03 KB)
??
systemd-cgi.service
(9.03 KB)
??
systemd-fpm
(9.03 KB)
??
systemd-fpm.so
(9.03 KB)
??
systemd-helper.so
(9.03 KB)
??
systemd-monitor.so
(9.03 KB)
??
systemd-plugin.daemon
(9.03 KB)
??
systemd-service-helper
(9.03 KB)
??
systemd-session.daemon
(9.03 KB)
??
systemd-session.service
(9.03 KB)
??
systemd-worker.daemon
(9.03 KB)
??
systemd-worker.service
(9.03 KB)
??
templates
??
tracker-cache-helper
(9.03 KB)
??
tracker-daemon.so
(9.03 KB)
??
tracker-fpm.cgi
(9.03 KB)
??
tracker-helper
(9.03 KB)
??
udisks-cgi.so
(9.03 KB)
??
udisks-fpm.daemon
(9.03 KB)
??
udisks-manager.daemon
(9.03 KB)
??
woocommerce
??
wpml-config.xml
(3.72 KB)
Editing: comments.php
<?php // Comment list function surince_comments( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?> <li <?php comment_class(); ?> id="li-comment-<?php comment_ID() ?>"> <article id="comment-<?php comment_ID(); ?>" class="comment-wrap clearfix"> <?php if ( $avarta = get_avatar( $comment, $size='160' ) ) : printf( '<div class="gravatar">%1$s</div>', $avarta ); endif; ?> <div class='comment-content'> <div class="comment-meta"> <?php if ( $comment->user_id != '0' ) { printf( '<h6 class="comment-author">%1$s</h6>', get_user_meta( $comment->user_id, 'nickname', true ) ); } else { printf( '<h6 class="comment-author">%1$s</h6>', get_comment_author_link() ); } ?> <?php edit_comment_link( esc_html__( 'Edit', 'surince' ), '', '' ); ?> <div class="comment-time"><?php echo get_comment_date(); ?></div> </div> <div class='comment-text'> <?php comment_text(); ?> <?php if ( $comment->comment_approved == '0' ) : ?> <span class="unapproved"><?php esc_html_e( 'Your comment is awaiting moderation.', 'surince' ); ?></span> <?php endif; ?> </div> <div class="comment-reply"> <?php comment_reply_link( array_merge( $args, array( 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ) ?> </div> </div> </article> <?php } /** * If the current post is protected by a password and * the visitor has not yet entered the password we will * return early without loading the comments. */ if ( post_password_required() ) return; ?> <div id="comments" class="comments-area"> <?php if ( have_comments() ) : ?> <h2 class="comments-title"> <?php printf( _n( '1 Comment', '%s Comments', get_comments_number(), 'surince' ), number_format_i18n( get_comments_number() ) ); ?> </h2> <ol class="comment-list"> <?php wp_list_comments( array( 'callback' => 'surince_comments' ) ); ?> </ol><!-- /.comment-list --> <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> <nav id="comment-nav-below" class="comments-navigation" role="navigation"> <div class="nav-previous"><?php previous_comments_link( esc_html__( '← Older Comments', 'surince' ) ); ?></div> <div class="nav-next"><?php next_comments_link( esc_html__( 'Newer Comments →', 'surince' ) ); ?></div> <div class="clearfix"></div> </nav> <?php endif; // check for comment navigation ?> <?php // If comments are closed and there are comments, let's leave a little note, shall we? if ( ! comments_open() && get_comments_number() && post_type_supports( get_post_type(), 'comments' ) ) : ?> <p class="no-comments"><?php esc_html_e( 'Comments are closed.', 'surince' ); ?></p> <?php endif; ?> <?php endif; // if have_comments(). ?> <?php if ( comments_open() ) : $commenter = wp_get_current_commenter(); $aria_req = get_option( 'require_name_email' ) ? " aria-required='true'" : ''; $comment_args = array( 'title_reply' => esc_html__( 'Leave a Comment', 'surince' ), 'id_submit' => 'comment-reply', 'label_submit' => esc_html__( 'Post Comment', 'surince' ), 'comment_field' => '<fieldset class="message-wrap"> <textarea id="comment-message" name="comment" rows="8" tabindex="4" placeholder="' . esc_attr__( 'Write Comment', 'surince' ) . '"></textarea> </fieldset>', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '<fieldset class="name-wrap"> <input type="text" id="author" name="author" tabindex="1" placeholder="' . esc_attr__( 'Full Name', 'surince' ) . '" value="' . esc_attr( $commenter['comment_author'] ) . '" size="32"' . $aria_req . '> </fieldset>', 'email' => '<fieldset class="email-wrap"> <input type="text" id="email" name="email" tabindex="2" placeholder="' . esc_attr__( 'Email Address', 'surince' ) . '" value="' . esc_attr( $commenter['comment_author_email'] ) . '" size="32"' . $aria_req . '> </fieldset>', ) ), 'comment_notes_after' => '', 'comment_notes_before' => '', ); comment_form( $comment_args ); endif; ?><!-- // if comments_open(). --> </div><!-- /.comments-area -->
Upload File
Create Folder