Advertisement
Guest User

WP snippet#1100

a guest
Dec 18th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  3.  
  4. <head profile="http://gmpg.org/xfn/11">
  5.  
  6. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  7. <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> ยป Archive <?php } ?> <?php wp_title(); ?></title>
  8.  
  9. <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
  10. <!-- Styles -->
  11. <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
  12. <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/print.css" type="text/css" media="print" />
  13. <!--[if IE]><link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/css/ie.css" type="text/css" media="screen, projection" /><![endif]-->
  14. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
  15. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  16. <?php wp_head();
  17. $options = get_option('f8_theme_options');
  18. ?>
  19. </head>
  20.  
  21. <body <?php body_class(); ?>>
  22. <div class="container">
  23. <div class="container-inner">
  24.  
  25. <!-- Begin rss -->
  26.  
  27. <div class="clear"></div>
  28.  
  29. <!-- Begin Masthead -->
  30.  
  31. <div id="mainNav"><a href="http://pavilioncenter.ro/"><img src="http://pavilioncenter.ro/wp-content/uploads/2014/11/logo_centru_basic1.jpg" margin="auto" alt="home"></a></div>
  32. <div id="lang"><a href="http://pavilioncenter.ro/">RO</a><a href="http://pavilioncenter.ro/en/">EN</a></div>
  33. <div id="fb"><a href="https://www.facebook.com/bucharestbiennial"><img src="/img/fbicon.jpg" alt="Pavilion on Facebook"/></a></div>
  34. <div id="news"><a href="http://www.pavilioncenter.ro/news/"><img src="/img/newsicon.jpg" alt="Pavilion Newsletter" /></a></div>
  35.  
  36. <span class="contact"><?php if ( $options['phone'] != '' ) { ?><?php echo $options['phone']; ?><?php } if ( $options['email'] != '' ) { ?><a>"><?php echo $options['email']; ?></a><?php } ?></span></h4>
  37. </div>
  38.  
  39. <!-- Begin Navigation -->
  40. <?php f8_theme_nav(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement