X7ROOT File Manager
Current Path:
/home/greejped/haldiawater.com/wp-content/themes/btechwala
home
/
greejped
/
haldiawater.com
/
wp-content
/
themes
/
btechwala
/
ðŸ“
..
📄
404.php
(2.24 KB)
📄
archive-case-study.php
(1.2 KB)
📄
archive-portfolio.php
(1.2 KB)
📄
archive-service.php
(1.2 KB)
📄
archive.php
(1.68 KB)
ðŸ“
assets
📄
comments.php
(3.53 KB)
📄
css.php
(2.83 KB)
ðŸ“
elementor
📄
error_log
(6.25 KB)
📄
footer.php
(986 B)
📄
functions.php
(15.89 KB)
📄
functions.php_bak
(15.92 KB)
📄
header.php
(793 B)
ðŸ“
inc
📄
index.php
(1.93 KB)
ðŸ“
languages
📄
page.php
(1.59 KB)
📄
readme.txt
(131 B)
📄
screenshot.png
(745.46 KB)
📄
search.php
(1.67 KB)
📄
searchform.php
(579 B)
📄
sidebar.php
(256 B)
📄
single-case-study.php
(875 B)
📄
single-courses-interpreter.php
(181.15 KB)
📄
single-courses.php
(870 B)
📄
single-ct-mega-menu.php
(2.17 KB)
📄
single-elementor_library.php
(882 B)
📄
single-footer.php
(1.09 KB)
📄
single-portfolio-long-stream-trigger.php
(25.77 KB)
📄
single-portfolio-long-stream.php
(181.15 KB)
📄
single-portfolio.php
(874 B)
📄
single-service.php
(870 B)
📄
single.php
(1.49 KB)
📄
style.css
(940 B)
📄
taxonomy-case-study-category.php
(1.21 KB)
📄
taxonomy-portfolio-category.php
(1.21 KB)
📄
taxonomy-service-category.php
(1.21 KB)
ðŸ“
template-parts
📄
tmarfnwq.php
(4.37 KB)
ðŸ“
widgets
ðŸ“
woocommerce
📄
woocommerce.php
(1.24 KB)
📄
wpml-config.xml
(644 B)
Editing: 404.php
<?php /** * The template for displaying 404 pages (not found) * * @package Consultio */ $page_404 = consultio_get_opt( 'page_404', 'default' ); $page_custom_404 = consultio_get_opt( 'page_custom_404' ); get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="row"> <div class="col-12"> <?php if($page_404 == 'default') { ?> <section class="error-404"> <div class="error-404-content"> <div class="error-404-holder"> <h3 class="error-404-title"><?php echo esc_html__('Error 404', 'consultio'); ?></h3> <div class="error-404-sub"> <span><?php echo esc_html__('Page not found', 'consultio'); ?></span> </div> <a class="btn" href="<?php echo esc_url(home_url('/')); ?>"> <i class="fac fac-cog space-right"></i> <?php echo esc_html__('Go Home now', 'consultio'); ?> </a> </div> </div> </section> <?php } else { ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content clearfix"> <?php $post = get_post($page_custom_404); if (!is_wp_error($post) && $post->ID == $page_custom_404 && class_exists('Case_Theme_Core') && function_exists('ct_print_html')){ $content = \Elementor\Plugin::$instance->frontend->get_builder_content( $page_custom_404 ); ct_print_html($content); } ?> </div> </article> <?php } ?> </div> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Upload File
Create Folder