测试一下新空间的代码支持功能

   1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
   2:  
   3: <html xmlns="http://www.w3.org/1999/xhtml">
   4: <head profile="http://gmpg.org/xfn/11">
   5:     <meta http-equiv="Content-Type" content="&lt;?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
   6:  
   7:     <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
   8:     <link rel="alternate" type="application/rss+xml" title="&lt;?php _e('RSS 2.0 - all posts', 'inove'); ?>" href="<?php echo $feed; ?>" />
   9:     <link rel="alternate" type="application/rss+xml" title="&lt;?php _e('RSS 2.0 - all comments', 'inove'); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
  10:  
  11:     <!-- style START -->
  12:     <link rel="stylesheet" href="&lt;?php bloginfo('template_url'); ?>/404.css" type="text/css" media="screen" />
  13:     <!-- style END -->
  14:  
  15:     <?php wp_head(); ?>
  16: </head>
  17:  
  18: <body>
  19:  
  20: <div id="container">
  21:     <div id="talker">
  22:         <a href="http://www.neoease.com/"><img src="&lt;?php bloginfo('template_url'); ?>/img/lovelace.gif" alt="<?php _e('Talker', 'inove'); ?>" /></a>
  23:     </div>
  24:     <div id="notice">
  25:         <h1><?php _e('Welcome to 404 error page!', 'inove'); ?></h1>
  26:         <p><?php _e("Welcome to this customized error page. You've reached this page because you've clicked on a link that does not exist. This is probably our fault... but instead of showing you the basic '404 Error' page that is confusing and doesn't really explain anything, we've created this page to explain what went wrong.", 'inove'); ?></p>
  27:         <p><?php _e("You can either (a) click on the 'back' button in your browser and try to navigate through our site in a different direction, or (b) click on the following link to go to homepage.", 'inove'); ?></p>
  28:         <div class="back">
  29:             <a href="&lt;?php bloginfo('url'); ?>/"><?php _e('Back to homepage &raquo;', 'inove'); ?></a>
  30:         </div>
  31:         <div class="fixed"></div>
  32:     </div>
  33:     <div class="fixed"></div>
  34: </div>
  35:  
  36: </body>
  37: </html>
原文地址:https://www.cnblogs.com/chu888chu888/p/1529555.html