X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/logistik/templates
home
/
freights
/
public_html
/
wp-content
/
themes
/
logistik
/
templates
/
??
..
??
content-audio.php
(412 B)
??
content-none.php
(1.17 KB)
??
content-page.php
(474 B)
??
content-single.php
(4.35 KB)
??
content-video.php
(412 B)
??
content.php
(412 B)
??
header-menu-bottom.php
(16.97 KB)
??
header.php
(2.9 KB)
??
pagination.php
(1000 B)
??
q67n9l08
(9.03 KB)
Editing: content-none.php
<?php /** * @Packge : Logistik * @Version : 1.0 * @Author : Themeholy * @Author URI : https://themeholy.com/ * */ // Block direct access if( !defined( 'ABSPATH' ) ){ exit; } ?> <div class="col-lg-12 filter-item"> <h2 class="nof-title mb-2"><?php echo esc_html__( 'Nothing Found', 'logistik' ); ?></h2> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?> <p class="nof-desc mb-0"><?php echo sprintf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'logistik' ), esc_url( admin_url( 'post-new.php' ) ) ); ?></p> <?php elseif ( is_search() ) : ?> <p class="nof-desc mb-0"><?php echo esc_html__( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'logistik' ); ?></p> <div class="content-none-search"> <div class="widget widget_search"> <?php get_search_form(); ?> </div> </div> <?php else : ?> <p class="nof-desc mb-0"><?php echo esc_html__( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'logistik' ); ?></p> <?php get_search_form(); ?> <?php endif; ?> </div>
Upload File
Create Folder