관리-도구
편집 파일: 404.php
<?php /** * The template for displaying 404 pages (Not Found) * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ get_header(); ?> <div class="innerPagesWrapper"> <div class="pageTitleWrapper"> <h2><?php _e( 'Not Found', '' ); ?></h2> <div class="backToHomePage"> <div class="gradient"></div> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="notMobile backToHome"> <i class="fa fa-times"></i> <span> Back To Homepage </span> </a> </div> </div> <hr/> <div class="contentWrapper "> <div class="pageDefault"> <p><?php _e( 'It looks like nothing was found at this location', 'we repair IT' ); ?></p> </div> </div> </div> <?php get_footer(); ?>