Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
themes
/
anesta
/
Editing: 404.php
<?php /** * The template to display the 404 page * * @package ANESTA * @since ANESTA 1.0 */ get_header(); get_template_part( apply_filters( 'anesta_filter_get_template_part', 'templates/content', '404' ), '404' ); get_footer();
Save
Cancel