X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
ðŸ“
..
📄
404.php
(2.89 KB)
📄
README.md
(565 B)
📄
ajaxify.php
(153 B)
📄
apple-touch-icon.png
(650 B)
📄
archive-liquid-portfolio.php
(740 B)
📄
archive.php
(764 B)
ðŸ“
assets
📄
author.php
(726 B)
ðŸ“
bbpress
📄
category.php
(741 B)
📄
comments.php
(2.85 KB)
📄
favicon.ico
(7.23 KB)
📄
favicon.png
(471 B)
📄
footer.php
(478 B)
📄
functions.php
(2.07 KB)
📄
header.php
(1.04 KB)
📄
index.php
(286 B)
ðŸ“
languages
ðŸ“
liquid
📄
page.php
(387 B)
ðŸ“
sbi
📄
screenshot.png
(30.11 KB)
📄
search.php
(361 B)
📄
sidebar.php
(91 B)
📄
single-liquid-footer.php
(202 B)
📄
single-liquid-header.php
(405 B)
📄
single-liquid-portfolio.php
(1.05 KB)
📄
single.php
(1.84 KB)
📄
style.css
(3.57 KB)
📄
tag.php
(737 B)
📄
taxonomy-liquid-portfolio-category.php
(749 B)
ðŸ“
templates
ðŸ“
theme
ðŸ“
woocommerce
📄
wpml-config.xml
(26.52 KB)
Editing: 404.php
<?php /** * The template for displaying 404 pages (not found). * * @package Hub theme */ get_header(); $data_content = liquid_helper()->get_option( 'error-404-content', 'post', '', 'options' ); $is_elementor = defined( 'ELEMENTOR_VERSION' ); $classnames = array( 'page-404', 'error-404', 'not-found', 'entry', $is_elementor ? 'elementor' : '' ); ?> <article id="post-404" class="<?php esc_attr_e(implode(' ', $classnames)) ?>"> <div class="container <?php if ( $is_elementor ) { echo esc_attr( 'e-con' ); } ?>"> <div class="row <?php if ( $is_elementor ) { echo esc_attr( 'e-con-inner' ); } ?>"> <div class="col-md-12 mx-auto text-center"> <div class="text-404"> <h1 class="liquid-counter-element text-primary"> <!--/.THIS IS NOT TRANSLATABLE OR DYNAMIC THING, IT NEEDS FOR THE EFFECTS --> <span>404</span> </h1> </div> <?php if( !class_exists( 'ReduxFramework' ) ) : ?> <h3 class="font-weight-normal mb-3"><?php esc_html_e( 'Looks like you are lost.', 'hub' ); ?></h3> <p class="mb-3"><?php esc_html_e( 'We can’t seem to find the page you’re looking for.', 'hub' ) ?></p> <a href="<?php echo esc_url( home_url('/') ) ?>" class="btn elementor-button btn-solid btn-md pt-3 pb-3 px-5 ps-5 pe-5"> <span class="p-0 d-flex align-items-center"> <span class="btn-txt"><?php esc_html_e( 'Go Home!', 'hub' ); ?></span> <span class="btn-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" style="height: 1em;"><path d="M5.313 17.336h16.231l-7.481 7.481L16 26.687 26.688 16 16 5.312l-1.87 1.87 7.414 7.482H5.312v2.672z" fill="currentColor"></path></svg> </span> </span> </a> <?php else : ?> <h3 class="font-weight-normal mb-3"><?php esc_html(liquid_helper()->get_option_echo( 'error-404-subtitle', 'html', '', 'options' )) ?></h3> <?php if( !empty( $data_content ) ) : ?> <p><?php echo wp_kses_post( $data_content ); ?></p> <?php endif ?> <?php if( 'on' === liquid_helper()->get_option( 'error-404-enable-btn', 'raw', '', 'options' ) ) { ?> <a href="<?php echo esc_url( home_url('/') ) ?>" class="btn elementor-button btn-solid btn-md pt-3 pb-3 px-5 ps-5 pe-5"> <span class="p-0 d-flex align-items-center"> <span class="btn-txt"><?php esc_html(liquid_helper()->get_option_echo( 'error-404-btn-title', 'html', '', 'options' )) ?></span> <span class="btn-icon"> <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" style="height: 1em;"><path d="M5.313 17.336h16.231l-7.481 7.481L16 26.687 26.688 16 16 5.312l-1.87 1.87 7.414 7.482H5.312v2.672z" fill="currentColor"></path></svg> </span> </span> </a> <?php } ?> <?php endif; ?> </div> </div> </div> </article> <?php get_footer();
Upload File
Create Folder