Done !
| Server IP : 46.105.57.169 / Your IP : 216.73.216.67 Web Server : Apache System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaumee ( 152031) PHP Version : 8.5.7 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaumee/colorkeysstudio/wp-content/themes/pixelpiernyc/ |
Upload File : |
<?php /** * 404 page template * * @package vamtam/pixelpiernyc */ get_header(); VamtamEnqueues::enqueue_style_and_print( 'vamtam-not-found' ); $elementor_theme_exist = function_exists( 'elementor_theme_do_location' ); ?> <?php if ( ! $elementor_theme_exist || ! elementor_theme_do_location( 'single' ) ) : ?> <div class="clearfix"> <div id="header-404"> <div class="line-1"><?php echo esc_html_x( '404', 'page not found error', 'pixelpiernyc' ) ?></div> <div class="line-2"><?php esc_html_e( 'Holy guacamole!', 'pixelpiernyc' ) ?></div> <div class="line-3"><?php esc_html_e( 'Looks like this page is on vacation. Or just playing hard to get. At any rate... it is not here.', 'pixelpiernyc' ) ?></div> <div class="line-4"><a href="<?php echo esc_url( home_url( '/' ) ) ?>"><?php echo esc_html__( '← Go to the home page or just search...', 'pixelpiernyc' ) ?></a></div> </div> <div class="page-404"> <?php get_search_form(); ?> </div> </div> <?php endif ?> <?php get_footer(); ?>