remove comments
This commit is contained in:
12
404.php
12
404.php
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying 404 pages (not found)
|
||||
*
|
||||
@ -26,8 +26,8 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
|
||||
|
||||
<div class="page-content">
|
||||
<p><?php esc_html_e( 'It looks like nothing was found at this location.', 'sophia-after-dark' ); ?></p>
|
||||
</div><!-- .page-content -->
|
||||
</section><!-- .error-404 -->
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<?php if ( true === $sophia_after_dark_pnf_latest_posts ) : ?>
|
||||
<div class="page-extra-content mt-404-latest-posts-wrapper">
|
||||
@ -55,11 +55,11 @@ $sophia_after_dark_pnf_latest_posts = get_theme_mod( 'sophia_after_dark_enable_p
|
||||
|
||||
wp_reset_postdata();
|
||||
?>
|
||||
</div><!-- .mt-404-latest-posts-wrapper -->
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
</main><!-- #main -->
|
||||
</div><!-- #primary -->
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
|
Reference in New Issue
Block a user