wenpai.org/wp-content/plugins/plat-gp-customizations/templates/404.php
2024-06-21 23:57:39 +08:00

16 lines
433 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
gp_title( __( '404 项目未找到 &lt; 文派翻译平台', 'glotpress' ) );
gp_tmpl_header();
?>
<!--<h2>Page not found</h2>-->
<!--<p>The page you were looking for could not be found. Im sorry, its not your fault&hellip; probably. <a href="<?php echo esc_url( home_url( '/' ) ); ?>">Return to the homepage</a></p>-->
<?php echo do_shortcode("[insert page='1949' display='content']"); ?>
<?php
gp_tmpl_footer();