header.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?php
  2. /**
  3. * The Header for our theme
  4. *
  5. * Displays all of the <head> section and everything up till <div id="main">
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Fourteen
  9. * @since Twenty Fourteen 1.0
  10. */
  11. ?><!DOCTYPE html>
  12. <!--[if IE 7]><html class="ie ie7" <?php language_attributes(); ?>><![endif]-->
  13. <!--[if IE 8]><html class="ie ie8" <?php language_attributes(); ?>><![endif]-->
  14. <!--[if !(IE 7) | !(IE 8) ]><!--><html <?php language_attributes(); ?>><!--<![endif]-->
  15. <head>
  16. <meta charset="<?php bloginfo( 'charset' ); ?>">
  17. <meta name="viewport" content="width=device-width, initial-scale=1">
  18. <title><?php wp_title( '|', true, 'right' ); ?></title>
  19. <meta name="description" content="Climate Control Systems of Greenwood has been owned and operated in Greenwood, SC for over 25 years. We are a full-service heating, ventilation and air conditioning company offering repairs and installations for residential and commercial customers. "/>
  20. <meta property="og:image" content="http://www.climategreenwood.com/wp-content/themes/climatecontrol/images/climategreenwood.jpg" />
  21. <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
  22. <link rel="shortcut icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/favicon.ico" />
  23. <link rel="apple-touch-icon" sizes="180x180" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/apple-touch-icon.png">
  24. <link rel="icon" type="image/png" sizes="32x32" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/favicon-32x32.png">
  25. <link rel="icon" type="image/png" sizes="16x16" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/favicon-16x16.png">
  26. <link rel="manifest" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/manifest.json">
  27. <link rel="mask-icon" href="<?php bloginfo('stylesheet_directory'); ?>/images/favicons/safari-pinned-tab.svg" color="#5bbad5">
  28. <meta name="theme-color" content="#ffffff">
  29. <link href='https://fonts.googleapis.com/css?family=Economica:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  30. <!--[if lt IE 9]><script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script><![endif]-->
  31. <?php wp_head(); ?>
  32. </head>
  33. <body <?php body_class(); ?>>
  34. <div id="page" class="hfeed site">
  35. <header id="masthead" class="site-header" role="banner">
  36. <div class="header-main">
  37. <div class="inner-wrapper">
  38. <div class="header-left">
  39. <div class="header-left">
  40. <div class="header-links">
  41. <a href='service-request/'>Service Request</a><a href='estimate-request/'>Estimate Request</a></div>
  42. <div class="phone"><a href="tel:+18642291409">864-229-1409</a></div>
  43. </div>
  44. </div>
  45. <div class="logo">
  46. <a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/climate_control_logo.png"></a>
  47. </div>
  48. <!--<?php get_search_form(); ?>-->
  49. <!--<div class="social">
  50. <?php if ( get_field('social_media', 'options') ) {
  51. echo "<ul class='social-links'>";
  52. while( has_sub_field('social_media', 'options') ) {
  53. echo "<li><a href='" . get_sub_field('social_link') . "' target='_blank' style='background-image:url(" . get_sub_field('social_icon') . ");'>" . get_sub_field('social_text') . "</a></li>";
  54. }
  55. echo "</ul>";
  56. } ?>
  57. </div>-->
  58. </div>
  59. </div>
  60. <nav id="primary-navigation" class="site-navigation primary-navigation inner-wrapper " role="navigation">
  61. <div class="inner-wrapper">
  62. <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
  63. </div>
  64. <div class="sub-nav-back"></div>
  65. </nav>
  66. </header><!-- #masthead -->
  67. <div id="main" class="site-main">