Advertisement
alchymyth

Untitled

Mar 27th, 2011
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.37 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.  
  4. <head profile="http://gmpg.org/xfn/11">
  5. <meta http-equiv="content-type"         content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6.  
  7. <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> &raquo; Blog Archive <?php } ?> <?php wp_title(); ?></title>
  8.  
  9. <meta name="generator"                  content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
  10.  
  11. <link rel="stylesheet"                  href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <link rel="alternate"                   type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  13. <link rel="alternate"                   type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
  14. <link rel="alternate"                   type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
  15. <link rel="pingback"                    href="<?php bloginfo('pingback_url'); ?>" />
  16.  
  17. <?php wp_get_archives('type=monthly&format=link'); ?>
  18.  
  19. <?php wp_head(); ?>
  20. </head>
  21. <body>
  22.  
  23. <div id="page">
  24.  
  25. <div id="header">
  26.  
  27.         <ul>
  28.         <?php wp_list_pages('depth=1&sort_column=ID&title_li='); ?>    
  29.         </ul>      
  30.  
  31.         <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1>
  32. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement