adding no sidebar template and changing the order of the front page events widget...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Aug 2018 19:23:15 +0000 (15:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 9 Aug 2018 19:23:15 +0000 (15:23 -0400)
glm-associate-template.php [deleted file]
landing-page.php [deleted file]
members-only-template.php [deleted file]
no-sidebar.php [new file with mode: 0644]
package.json.bak [deleted file]
package.jsonclear [deleted file]
parts/blog-feed-front.php

diff --git a/glm-associate-template.php b/glm-associate-template.php
deleted file mode 100644 (file)
index 868c0aa..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-/*
-Template Name: GLM Associate Template
-*/
-get_template_part('index');
\ No newline at end of file
diff --git a/landing-page.php b/landing-page.php
deleted file mode 100644 (file)
index cc431b2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-/*
-Template Name: Landing Page
-*/
-get_template_part('index');
\ No newline at end of file
diff --git a/members-only-template.php b/members-only-template.php
deleted file mode 100644 (file)
index 8c7c933..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-/*
-Template Name: GLM Members Only Template
-*/
-get_template_part('index');
-?>
\ No newline at end of file
diff --git a/no-sidebar.php b/no-sidebar.php
new file mode 100644 (file)
index 0000000..9643f22
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+/*
+Template Name: GLM No Sidebar
+*/
+get_template_part('index');
\ No newline at end of file
diff --git a/package.json.bak b/package.json.bak
deleted file mode 100644 (file)
index a2f7454..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "name": "meetingsmichigan",
-  "description": "Gaslight Media",
-  "version": "0.0.1",
-  "devDependencies": {
-    "node-sass": "~2.0.1",
-    "grunt": "~0.4.5",
-    "grunt-contrib-watch": "~0.6.1",
-    "grunt-sass": "~0.18.0",
-    "grunt-contrib-uglify": "~0.7.0",
-    "grunt-contrib-concat": "~0.5.0",
-    "grunt-contrib-copy": "~0.7.0"
-  }
-}
\ No newline at end of file
diff --git a/package.jsonclear b/package.jsonclear
deleted file mode 100644 (file)
index a2f7454..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "name": "meetingsmichigan",
-  "description": "Gaslight Media",
-  "version": "0.0.1",
-  "devDependencies": {
-    "node-sass": "~2.0.1",
-    "grunt": "~0.4.5",
-    "grunt-contrib-watch": "~0.6.1",
-    "grunt-sass": "~0.18.0",
-    "grunt-contrib-uglify": "~0.7.0",
-    "grunt-contrib-concat": "~0.5.0",
-    "grunt-contrib-copy": "~0.7.0"
-  }
-}
\ No newline at end of file
index 12ec94c..ceac8ac 100644 (file)
@@ -51,9 +51,9 @@
     <h2 class="upcoming-events-title">Upcoming Events</h2>
     <div id="events-widget-wrapper">
         <h4 class="events-widget-title">Parents</h4>
-        <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" category="2"]');?>
-        <h4 class="events-widget-title">Students</h4>
         <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" category="1"]');?>
+        <h4 class="events-widget-title">Students</h4>
+        <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" category="2"]');?>
         <h4 class="events-widget-title">Professional Learning</h4>
         <?php echo do_shortcode('[glm-members-event-list template="eventsFeed.html" category="3"]');?>
     </div>