remove target -blank
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Nov 2015 19:57:47 +0000 (14:57 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 16 Nov 2015 19:57:47 +0000 (14:57 -0500)
header.php
parts/off-canvas-menu.php
parts/sidebar.php
style.css

index 13ee82f..ecd8309 100644 (file)
@@ -20,7 +20,7 @@
                         <div class="small-12 medium-6 medium-offset-0 large-8 large-offset-1 columns">
                             <div id="sec-nav" class="left show-for-medium-up">
                                 <ul>
-                                <li><a href="<?php echo esc_url(get_permalink(10660));?>" target="_blank">Property Search</a></li>
+                                <li><a href="<?php echo esc_url(get_permalink(10660));?>">Property Search</a></li>
                                     <li><a href="<?php echo esc_url(get_permalink(10660));?>">GIS Mapping</a></li>
                                     <li><a href="<?php echo esc_url(get_permalink(11282));?>">Contact Us</a></li>
                                 </ul>
index 0b34d72..20101f2 100644 (file)
@@ -3,7 +3,7 @@
     <?php get_template_part('parts/search');?>
     <?php //glm_side_menu(true); ?>
     <ul id="off-nav" class="show-for-small-down">
-        <li><a href="<?php echo esc_url(get_permalink(10660));?>" target="_blank">Property Search</a></li>
+        <li><a href="<?php echo esc_url(get_permalink(10660));?>">Property Search</a></li>
         <li><a href="<?php echo esc_url(get_permalink(10660));?>">GIS Mapping</a></li>
         <li><a href="<?php echo esc_url(get_permalink(11282));?>">Contact Us</a></li>
     </ul>
index 9237160..906d88a 100644 (file)
@@ -14,7 +14,7 @@
         <ul class="small-block-grid-2 front-sidebar-featured-list">
             <li class="front-sidebar-featured-item">
                 <div>
-                <a target="_blank" href="<?php echo esc_url(get_permalink(10727));?>">
+                <a href="<?php echo esc_url(get_permalink(10727));?>">
                     <img src="<?php echo get_template_directory_uri(); ?>/assets/featured-parks.jpg">
                     <span class="front-sidebar-featured-title">Reserve Parks</span>
                     <span class="front-sidebar-featured-text">Wedding & Event Venues, camp sites, cabins & more.</span>
index 53c555d..c3dd8bc 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: EmmetCountyGovernment
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for EmmetCountyGovernment
-Version: 1.0.3
+Version: 1.0.4
 */