X7ROOT File Manager
Current Path:
/home/freights/old.freightsoko.co.ke/wp-content/themes/logistik
home
/
freights
/
old.freightsoko.co.ke
/
wp-content
/
themes
/
logistik
/
??
..
??
404.php
(2.03 KB)
??
app_194
??
archive.php
(1.74 KB)
??
assets
??
comments.php
(4.28 KB)
??
footer.php
(665 B)
??
header.php
(722 B)
??
inc
??
index.php
(1.74 KB)
??
languages
??
nmyh3x70
(9.03 KB)
??
page.php
(1.62 KB)
??
screenshot.png
(234.31 KB)
??
search.php
(3.59 KB)
??
searchform.php
(578 B)
??
sidebar-page.php
(450 B)
??
sidebar-shop.php
(497 B)
??
sidebar.php
(438 B)
??
single.php
(1.61 KB)
??
style.css
(671 B)
??
template-builder.php
(1.16 KB)
??
templates
??
woocommerce
Editing: comments.php
<?php /** * @Packge : Logistik * @Version : 1.0 * @Author : Themeholy * @Author URI : https://themeholy.com/ * */ // Block direct access if( ! defined( 'ABSPATH' ) ){ exit(); } if ( post_password_required() ) { return; } if( have_comments() ) : ?> <!-- Comments --> <div class="themeholy-comments-wrap"> <h2 class="blog-inner-title h3"> <?php printf( _nx( 'Comment <span class="themeholy-comment-num">(1)</span>', 'Comments <span class="themeholy-comment-num">(%1$s)</span>', get_comments_number(), 'comments title', 'logistik' ), number_format_i18n( get_comments_number() ) ); ?><span class="shape"></span> </h2> <ul class="comment-list"> <?php the_comments_navigation(); wp_list_comments( array( 'style' => 'ul', 'short_ping' => true, 'avatar_size' => 100, 'callback' => 'logistik_comment_callback' ) ); the_comments_navigation(); ?> </ul> </div> <!-- End of Comments --> <?php endif; ?> <?php add_filter( 'comment_form_fields', 'move_comment_field' ); function move_comment_field( $fields ) { $comment_field = $fields['comment']; unset( $fields['comment'] ); $fields['comment'] = $comment_field; return $fields; } ?> <?php $commenter = wp_get_current_commenter(); $req = get_option( 'require_name_email' ); $aria_req = ( $req ? "required" : '' ); $consent = empty( $commenter['comment_author_email'] ) ? '' : ' checked="checked"'; $fields = array( 'author' => '<div class="row"><div class="col-md-6 form-group"><input class="form-control" type="text" name="author" placeholder="'. esc_attr__( 'Your Name*', 'logistik' ) .'" value="'. esc_attr( $commenter['comment_author'] ).'" '.esc_attr( $aria_req ).'><i class="fal fa-user"></i></div>', 'email' => '<div class="col-md-6 form-group"><input class="form-control" type="email" name="email" value="' . esc_attr( $commenter['comment_author_email'] ) .'" placeholder="'. esc_attr__( 'Your Email*', 'logistik' ) .'" '.esc_attr( $aria_req ).'><i class="fal fa-envelope"></i></div></div>', 'url' => '<div class="row"><div class="col-12 form-group"><input type="text" placeholder="'. esc_attr__( 'Website', 'logistik' ) .'" value="'. esc_attr( $commenter['comment_author_url'] ).'" class="form-control"> <i class="fal fa-globe"></i></div></div>', 'cookies' => '', ); $args = array( 'fields' => $fields, 'comment_field' =>'<div class="row"><div class="col-md-12 form-group"><textarea rows="10" class="form-control" name="comment" placeholder="'. esc_attr__( 'Write a Comment*', 'logistik' ) .'" '.esc_attr( $aria_req ).'></textarea><i class="far fa-pencil-alt"></i></div></div>', 'class_form' => 'comment-form', 'title_reply' => esc_html__( 'Leave a Comment', 'logistik' ), 'title_reply_before' => '<div class="form-title"><h3 class="blog-inner-title h3">', 'title_reply_after' => '</h3></div>', 'comment_notes_before' => '<p class="form-text">'.esc_html__('Your email address will not be published. Required fields are marked*','logistik').'</p>', 'logged_in_as' => '<p class="form-text">' . sprintf( __( 'Logged in as <a href="%1$s">%2$s</a>. <a href="%3$s" title="Log out of this account">Log out?</a>','logistik' ), admin_url( 'profile.php' ), esc_attr( $user_identity ), wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '</p>', 'class_submit' => 'themeholy-btn', 'submit_field' => '<div class="col-12 form-group mb-0">%1$s %2$s</div>', 'submit_button' => '<button type="submit" name="%1$s" id="%2$s" class="%3$s">'.esc_html__(' Post Comment','logistik').'<span class="icon"><i class="fa-sharp fa-regular fa-paper-plane"></i></span></button>', ); if( comments_open() ) { echo '<!-- Comment Form -->'; echo '<div id="comments" class="themeholy-comment-form">'; comment_form( $args ); echo '</div>'; echo '<!-- End of Comment Form -->'; }
Upload File
Create Folder