fixing the ditty news ticker id
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jun 2018 19:37:23 +0000 (15:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 26 Jun 2018 19:37:23 +0000 (15:37 -0400)
index.php
parts/header-meta.php
style.css

index 49e7370..c0fc901 100644 (file)
--- a/index.php
+++ b/index.php
@@ -8,7 +8,7 @@
                 <div id="page-wrapper">
                     <div id="news-feed">
                         <ul id="new-feed-wrap">
-                            <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(2445);} ?>
+                            <?php if(function_exists('ditty_news_ticker')){ditty_news_ticker(2447);} ?>
                         </ul>
                     </div>
                     <?php
index 00686fc..61b239e 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.12">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.13">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.ico">
     <?php wp_head(); ?>
index 7e29501..acb89e0 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: keweenaw2017
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for keweenaw
-Version: 1.0.12
+Version: 1.0.13
 */