fixing code for wordpress
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Oct 2014 18:15:57 +0000 (14:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 16 Oct 2014 18:15:57 +0000 (14:15 -0400)
header.php
sidebar.php

index 2738b51..b656fe5 100644 (file)
@@ -8,7 +8,7 @@
 
 <?php wp_head();?>
 <link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/css/foundation.css" />
-<link type="text/css" rel="stylesheet" href="<?php echo get_template_directory_uri();?>/qs.css">
+<link type="text/css" rel="stylesheet" href="<?php bloginfo('template_url'); ?>/qs.css">
 <link type="text/css" rel="stylesheet" href="<?php echo get_stylesheet_uri();?>">
 
 <script src="<?php bloginfo('template_url'); ?>/js/vendor/modernizr.js"></script>
                     <div id="top" class="small-12 columns">
                         <div class="row">
                             <div class="small-12 medium-4 columns">
-                                <img id="bgTruck" src="<?php echo get_template_directory_uri();?>/assets/bg-truck.png">
+                                <img id="bgTruck" src="<?php bloginfo('template_url'); ?>/assets/bg-truck.png">
                             </div>
                             <div class="small-12 medium-8 columns">
                                 <a href="<?php echo home_url();?>">
-                                    <img src="<?php echo get_template_directory_uri();?>/assets/bg-logo.png">
+                                    <img src="<?php bloginfo('template_url'); ?>/assets/bg-logo.png">
                                 </a>
                             </div>
                         </div>
index e4dc9a7..ae2ce19 100644 (file)
@@ -6,7 +6,7 @@
                             </a>
                         </section>
                         <section class="middle tab-bar-section">
-                            <h1 class="title">Wild Bills ATV's</h1></h>
+                            <h1 class="title">Wild Bills ATV's</h1>
                         </section>
                     </nav>
                     <div id="column" class="show-for-medium-up medium-2 columns sidebar">