[ Index ] |
PHP Cross Reference of WordPress |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * The template for displaying 404 pages (Not Found) 4 * 5 * @package WordPress 6 * @subpackage Twenty_Twelve 7 * @since Twenty Twelve 1.0 8 */ 9 10 get_header(); ?> 11 12 <div id="primary" class="site-content"> 13 <div id="content" role="main"> 14 15 <article id="post-0" class="post error404 no-results not-found"> 16 <header class="entry-header"> 17 <h1 class="entry-title"><?php _e( 'This is somewhat embarrassing, isn’t it?', 'twentytwelve' ); ?></h1> 18 </header> 19 20 <div class="entry-content"> 21 <p><?php _e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'twentytwelve' ); ?></p> 22 <?php get_search_form(); ?> 23 </div><!-- .entry-content --> 24 </article><!-- #post-0 --> 25 26 </div><!-- #content --> 27 </div><!-- #primary --> 28 29 <?php get_footer(); ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |