HOME


Mini Shell 1.0
DIR: /home/otwalrll/satojafurnitures.com/wp-content/themes/martfury/
Upload File :
Current File : /home/otwalrll/satojafurnitures.com/wp-content/themes/martfury/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package Martfury
 */

get_header();

// Elementor `404` location
if (!function_exists('elementor_theme_do_location') || !elementor_theme_do_location('single')) {
    get_template_part('template-parts/content', '404');
}

get_footer();