D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
www
/
pati.bf1.my
/
wp-content
/
themes
/
sinatra
/
template-parts
/
content
/
Filename :
content-404.php
back
Copy
<?php /** * Template part for displaying 404 page. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <section class="error-404 not-found"> <?php do_action( 'sinatra_before_404_content' ); ?> <header class="page-header"> <h1 class="page-title"><?php echo wp_kses( __( '404', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></h1> <p class="h2"><?php echo wp_kses( __( 'Oops! Page not found.', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></p> </header><!-- .page-header --> <div class="page-content si-entry"> <p><?php echo wp_kses( __( 'We couldn’t find the page you are looking for. Perhaps you can try searching:', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></p> <?php get_search_form(); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="si-btn btn-left-icon btn-reveal" role="button"><span><?php esc_html_e( 'Return to Home', 'sinatra' ); ?></span><i class="si-icon si-arrow-left" aria-hidden="true"></i></a> </div><!-- .page-content --> <?php do_action( 'sinatra_after_404_content' ); ?> </section><!-- .error-404 -->