![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/www/wp-content/themes/film-celebrity/ |
<?php /** * The template for displaying 404 pages (not found). * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package Film Celebrity */ get_header(); ?> <section id="wrapper-404"> <div class="container"> <div class="inner-content py-5"> <h1><?php echo esc_html(get_theme_mod('film_celebrity_404_page_heading',__('404','film-celebrity')));?></h1> <p><?php echo esc_html(get_theme_mod('film_celebrity_404_page_content',__('Ops! Something happened...','film-celebrity')));?></p> <?php if( get_theme_mod('film_celebrity_404_page_button','Home') != ''){ ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="boxed-btn reload"><?php echo esc_html(get_theme_mod('film_celebrity_404_page_button',__('Home','film-celebrity')));?></a> <?php } ?> </div> </div> </section> <?php get_footer(); ?>