hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/chryzalihi/www/wp-content/themes/bloglo/template-parts/content/ |
<?php /** * Template part for displaying 404 page. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Bloglo * @author Peregrine Themes * @since 1.0.0 */ ?> <section class="error-404 not-found"> <?php do_action( 'bloglo_before_404_content' ); ?> <header class="page-header"> <h1 class="page-title"><?php echo wp_kses( __( '404', 'bloglo' ), bloglo_get_allowed_html_tags() ); ?></h1> <p class="h2"><?php echo wp_kses( __( 'Oops! Page not found.', 'bloglo' ), bloglo_get_allowed_html_tags() ); ?></p> </header><!-- .page-header --> <div class="page-content bloglo-entry"> <p><?php echo wp_kses( __( 'We couldn’t find the page you are looking for. Perhaps you can try searching:', 'bloglo' ), bloglo_get_allowed_html_tags() ); ?></p> <?php get_search_form(); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="bloglo-btn btn-left-icon btn-reveal" role="button"> <span><?php esc_html_e( 'Return to Home', 'bloglo' ); ?></span> <?php echo bloglo()->icons->get_svg( 'arrow-left', array( 'aria-hidden' => 'true' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </a> </div><!-- .page-content --> <?php do_action( 'bloglo_after_404_content' ); ?> </section><!-- .error-404 -->