✏️ 正在编辑: 404.php
路径:
/home/h359620/public_html/wp-content/themes/datis/404.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if (!defined("ABSPATH")) { exit; } get_header(); $options = get_option('datis_theme_options'); $elementor_404_template = $options['404_elementor_template']; if (function_exists('datis_breadcrumbs') && !is_front_page()) : ?> <div class="container pt-3"> <div class="breadcrumbs"> <?php datis_breadcrumbs(); ?> </div> </div> <?php endif; if (class_exists('\\Elementor\\Plugin') && !empty($elementor_404_template)) { echo \Elementor\Plugin::$instance->frontend->get_builder_content_for_display($elementor_404_template); } else { ?> <div class="container"> <div class="d-flex flex-row align-items-center justify-content-center mt-5 text-center"> <?php esc_html_e('Page not found', 'datis'); ?> </div> </div> <?php } get_footer();
💾 保存文件
← 返回文件管理器