Advertisement
Guest User

Untitled

a guest
Sep 10th, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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.  
  14. <?php echo do_shortcode('[mbYTPlayer url="http://www.youtube.com/watch?v=a2qWaELDmng&list=UUKU7pkfwlpYPCRz_yg929ig&index=1&feature=plcp" ratio="4/3" mute="false" loop="true" showControls="true" opacity=1]'); ?>
  15.  
  16. <?php wp_head(); ?>
  17. <script type="text/javascript">
  18. var _gaq = _gaq || [];
  19. _gaq.push(['_setAccount', 'UA-32783537-1']);
  20. _gaq.push(['_trackPageview']);
  21.  
  22. (function() {
  23. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  24. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  25. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  26. })();
  27. </script>
  28. </head>
  29.  
  30. <body>
  31.  
  32. <header>
  33. <nav>
  34. <ul>
  35. <li><a href="index.php?page_id=4">ABOUT</a></li>
  36. <?php wp_list_pages('title_li=&include=6,7,8,124,12'); ?>
  37. </ul>
  38.  
  39. </nav>
  40. </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement