Advertisement
Guest User

header-blog.php

a guest
Sep 24th, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  6. <meta name="generator" content="Wordpress <?php bloginfo('version'); ?>" />
  7. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  8. <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
  9. <link rel="pingback" href="<?php bloginfo('pingback url'); ?>" />
  10. <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" />
  12. <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/img/favicon.ico" />
  13. <?php wp_head(); ?>
  14. </head>
  15.  
  16.  
  17.  
  18. <body>
  19. <div id="blog-header">
  20. <div class="logo">
  21. <a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_template_directory_uri(); ?>/img/logo.png" alt="Urban Palate logo" id="logo" /></a>
  22. </div><!-- end logo -->
  23. <nav>
  24. <ul>
  25. <li><a href="?page_id=7"><img src="<?php echo get_template_directory_uri(); ?>/img/about.png" alt="Urban Palate intro" /></a></li>
  26. <li><a href="?page_id=12"><img src="<?php echo get_template_directory_uri(); ?>/img/portfolio.png" alt="Urban Palate portfolio" /></a></li>
  27. <li><a href="?page_id=15"><img src="<?php echo get_template_directory_uri(); ?>/img/blog.png" alt="Urban Palate blog" /></a></li>
  28. <li><a href="?page_id=10"><img src="<?php echo get_template_directory_uri(); ?>/img/contact.png" alt="Urban Palate contact" /></a></li>
  29. </ul>
  30. </nav>
  31. </div><!-- end blog-header -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement