Hackfut Security File Manager
Current Path:
/home/haielekt/sinyo.co.id/wp-content/themes/hybridmag
home
/
haielekt
/
sinyo.co.id
/
wp-content
/
themes
/
hybridmag
/
📁
..
📄
404.php
(940 B)
📄
LICENSE
(17.62 KB)
📄
archive.php
(1.76 KB)
📁
assets
📄
comments.php
(2.13 KB)
📄
footer.php
(731 B)
📄
functions.php
(14.34 KB)
📄
header.php
(1.06 KB)
📁
inc
📄
index.php
(1.88 KB)
📁
languages
📁
page-templates
📄
page.php
(1001 B)
📄
readme.txt
(4.38 KB)
📄
screenshot.png
(182.4 KB)
📄
search.php
(1.67 KB)
📄
sidebar.php
(525 B)
📄
single.php
(821 B)
📄
style-rtl.css
(87.56 KB)
📄
style.css
(87.64 KB)
📁
template-parts
Editing: 404.php
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package HybridMag */ get_header(); ?> <main id="primary" class="site-main"> <?php /** * Before Main Content Hook */ do_action( 'hybridmag_before_main_content' ); ?> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php esc_html_e( 'Oops! That page can’t be found.', 'hybridmag' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'hybridmag' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </section><!-- .error-404 --> <?php /** * After Main Content Hook */ do_action( 'hybridmag_after_main_content' ); ?> </main><!-- #main --> <?php get_footer();
Upload File
Create Folder