Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
bauhaus
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: 404.php
<?php get_header(); ?> <div id="content"> <div class="<?php wptouch_post_classes(); ?>"> <p class="not-found heading-font"> <?php _e( '404 Not Found', 'wptouch-pro' ); ?> </p> <p class="not-found-text"><?php _e( 'The post or page you requested is no longer available.', 'wptouch-pro' ); ?></p> </div> </div> <!-- content --> <?php get_footer(); ?>
Save
Cancel