Advertisement
Guest User

header.php

a guest
Nov 26th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 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" <?php language_attributes(); ?>>
  3. <head profile="http://gmpg.org/xfn/11">
  4. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  5. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  6.  
  7. <!--Enter Keywords Below -->
  8.  
  9. <meta name="description" content="keyword,keyword,keyword,keyword,keyword,keyword,keyword,keyword,keyword,keyword,"/>
  10.  
  11. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  12. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  13. <style type="text/css" media="screen">
  14. </style>
  15. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  16. <?php wp_head(); ?>
  17. </head>
  18.  
  19.  
  20. <!-- Insert Your Google Analytics Code Here -->
  21.  
  22. <!--End Google analytics code -->
  23.  
  24.  
  25. <body <?php body_class(); ?>>
  26. <div id="pageborders">
  27. <div id="page">
  28. <div id="header">
  29. <div id="headerimg">
  30. <!-- IF YOU DON'T KNOW HOW TO CREATE A BANNER OR DO NOT WISH TO DO SO, YOU MAY TYPE IN "<h2>So and So Photography</h2> " AND RENAME AN 1000PX BY 285PX IMAGE BANNER.JPG AND REPLACE THE BANNER.JPG THIS WILL LEAVE YOU WITH JUST THE TEXT "SO AND SO PHOTOGRAPHY" AND AN IMAGE -->
  31. </div>
  32. </div>
  33.  
  34. <ul id="menu">
  35.  
  36. <!-- HERE YOU CAN ADD A FEW MENU ITEMS BY ADDING: "<li><a href="URL">MENU ITEM NAME</a></li>" -->
  37.  
  38. <li><a href="#">ARCHIVES</a>
  39. <ul>
  40. <?php wp_get_archives('monthly&limit=12');?>
  41. </ul>
  42. </li>
  43. <li><a href="#">CATEGORIES</a>
  44. <ul>
  45. <?php wp_list_categories('show_count=&title_li=0'); ?>
  46. </ul>
  47. </li>
  48.  
  49. <!-- CHANGE THE FOLLOWING "http://www.slrlounge.com" TO YOUR URL -->
  50.  
  51. <li>
  52. <a href="http://www.alanmars.com/wordpress/portfolio/index.html" target="_self">Portfolio</a>
  53. </li>
  54.  
  55. <li>
  56. <a href="<?php echo get_option('home'); ?>/">HOME</a>
  57. </li>
  58.  
  59. </ul>
  60.  
  61.  
  62. <div id="header_bottom">
  63. <div id="header_bottom_left">
  64.  
  65. <!--EDIT Y0UR STUDIO NAME HERE -->
  66.  
  67. <p>About Alan Mars Photography:</p>
  68.  
  69. <p style="font-size:11px;">
  70.  
  71. <!--EDIT Y0UR STUDIO PROFILE HERE. Replace with your studio information -->
  72.  
  73. I have been taking photographs on and off since high school (roughly 28 years now). Today I shoot digitally and enjoy it immensely! I started shooting weddings in 2001 and portraits in 1995. My favorite type of photography is Black & White but if I find something colorful I enjoy those as well.
  74.  
  75.  
  76.  
  77. <!--STOP EDITING PROFILE HERE -->
  78. <br/>
  79. <br/>
  80. </p>
  81.  
  82. </div>
  83.  
  84. <div id="header_bottom_right">
  85. <div class="share_here">
  86. <a href="<?php bloginfo('rss_url'); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/images/rss.png" title="RSS" height="24px" width="24px" /></a>
  87.  
  88. <!--MAKE SURE TO INPUT YOUR FACEBOOK USERNAME BELOW -->
  89.  
  90. <a href="http://www.facebook.com/pages/Alan-Mars-Photography/204628582883143" target="blank"><img src="<?php bloginfo('template_url'); ?>/images/facebook.png" title="Share on Facebook!" height="24px" width="24px" /></a>
  91.  
  92. </div>
  93. <?php include (TEMPLATEPATH . '/searchform.php'); ?>
  94.  
  95. <!--EDIT YOUR TWITTER PROFILE HERE - here are the instructions. Make sure you change "pyeman" to your twitter username in both locations.-->
  96. </div>
  97.  
  98. </div>
  99. <br/>
  100. <br/>
  101. <div id="page_line">
  102. </div>
  103.  
  104. </div>
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement