themes\flatsome\404.php 分析

themes\flatsome\404.php 分析

1. 引用header部份

1.png

1
<?php get_header(); ?>

2. 引用Footer部份

1.png

1
<?php get_footer(); ?>

3. 修改 “404”

1.png

1
<div class="col medium-3"><span class="header-font" style="font-size: 6em; font-weight: bold; opacity: .3">404</span></div>

4. 修改 “Oops! That page can’t be found.”

1.png

1
<h1 class="page-title"><?php esc_html_e( 'Oops! That page can&rsquo;t be found.', 'flatsome' ); ?></h1>

5. 修改 “It looks like nothing was found at this location. Maybe try one of the links below or a search?”

1.png

1
<p><?php esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', 'flatsome' ); ?></p>

6. 修改 “Search”

1.png

1
<?php get_search_form(); ?>

Leave a Reply

Your email address will not be published. Required fields are marked *