fixing red hot deals link on front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Mar 2018 19:47:01 +0000 (14:47 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 8 Mar 2018 19:47:01 +0000 (14:47 -0500)
fixing red hot deals action item link

parts/header-meta.php
sections/action-container.php
style.css

index 927a642..b51636a 100644 (file)
@@ -2,7 +2,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.7">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.8">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/favicon.ico">
     <link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet"> 
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
index eb00985..dc41c86 100644 (file)
@@ -28,7 +28,7 @@
             <a href="<?php echo get_permalink(31);?>?glm_action=list&categorySearchMultiple[]=185,234"><img src="<?php bloginfo('template_url');?>/assets/homes.jpg"> <span>Homes</span></a>
         </li>
         <li class="action-items small-12 medium-3 columns">
-            <a href="<?php echo get_permalink(29);?>?glm_action=list&categorySearchMultiple[]=198"><img src="<?php bloginfo('template_url');?>/assets/red-hot-deals.jpg"> <span>Red Hot Deals</span></a>
+            <a href="<?php echo get_permalink(29);?>?glm_action=list&red_hot_deal=1"><img src="<?php bloginfo('template_url');?>/assets/red-hot-deals.jpg"> <span>Red Hot Deals</span></a>
         </li>
     </ul>
 </div>
index 4ff531e..1480ead 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,9 +3,5 @@ Theme Name: BrewbakersHousingRV
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for BrewbakersHousingRV
-<<<<<<< HEAD
-Version: 1.0.6
-=======
-Version: 1.0.7
->>>>>>> release/1.0.7
+Version: 1.0.8
 */