adding title to the instagram photos feed on front page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:31:03 +0000 (13:31 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Oct 2018 17:31:03 +0000 (13:31 -0400)
adding h1 tag about the instagram feed on front page

front-page.php
header.php
style.css

index c2249d2..4d84d70 100644 (file)
             </div>
         </div>
         <div style="margin-top: 60px;">
-<script async src="https://static.getchute.com/display-runners/component-display-carousel/component-display-carousel.js" data-chute-component-display-carousel="https://s3.amazonaws.com/store.getchute.com/5bb3aabba20c080d3d000006" data-chute-cta="true" ></script><img src="https://pixel.getchute.com/?dID=5bb3aabba20c080d3d000006&cID=5638&eTp=view_served" style="width:0; height: 0">
+            <div class="row">
+                <h1>Photos From Our Visitors</h1>
+            </div>
+           
+            <script async src="https://static.getchute.com/display-runners/component-display-carousel/component-display-carousel.js" data-chute-component-display-carousel="https://s3.amazonaws.com/store.getchute.com/5bb3aabba20c080d3d000006" data-chute-cta="true" ></script><img src="https://pixel.getchute.com/?dID=5bb3aabba20c080d3d000006&cID=5638&eTp=view_served" style="width:0; height: 0">
         </div>
         <div id="map-blog">
             <div class="row">
index d075b35..2dbfb42 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.64">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.65">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 930ea57..c1d430a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.64
+Version: 1.0.65
 */