X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/themes/twentynineteen
home
/
katmhsmi
/
public_html
/
wp-content
/
themes
/
twentynineteen
/
📁
..
📄
404.php
(846 B)
📄
archive.php
(1.21 KB)
📁
classes
📄
comments.php
(3.98 KB)
📄
contributing.txt
(1.2 KB)
📁
fonts
📄
footer.php
(1.58 KB)
📄
functions.php
(11.48 KB)
📄
header.php
(1.9 KB)
📄
image.php
(2.92 KB)
📁
images
📁
inc
📄
index.php
(1.04 KB)
📁
js
📄
package-lock.json
(255.98 KB)
📄
package.json
(1.58 KB)
📄
page.php
(766 B)
📄
postcss.config.js
(255 B)
📄
print.css
(4.05 KB)
📄
print.scss
(3.36 KB)
📄
readme.txt
(5.32 KB)
📁
sass
📄
screenshot.png
(171.15 KB)
📄
search.php
(1.33 KB)
📄
single.php
(1.81 KB)
📄
style-editor-customizer.css
(159 B)
📄
style-editor-customizer.scss
(158 B)
📄
style-editor.css
(80.52 KB)
📄
style-editor.scss
(19.59 KB)
📄
style-rtl.css
(222.61 KB)
📄
style.css
(222.8 KB)
📄
style.css.map
(15.35 KB)
📄
style.scss
(3.18 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 WordPress * @subpackage Twenty_Nineteen * @since Twenty Nineteen 1.0 */ get_header(); ?> <div id="primary" class="content-area"> <main id="main" class="site-main"> <div class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentynineteen' ); ?></h1> </header><!-- .page-header --> <div class="page-content"> <p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentynineteen' ); ?></p> <?php get_search_form(); ?> </div><!-- .page-content --> </div><!-- .error-404 --> </main><!-- #main --> </div><!-- #primary --> <?php get_footer();
Upload File
Create Folder