starting to clean the theme, removing member db references and unused files
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Oct 2018 13:11:44 +0000 (09:11 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 3 Oct 2018 13:11:44 +0000 (09:11 -0400)
package.json.bak [deleted file]
package.jsonclear [deleted file]
parts/main-content.php

diff --git a/package.json.bak b/package.json.bak
deleted file mode 100644 (file)
index 380718a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "name": "destinationmi",
-  "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 380718a..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "name": "destinationmi",
-  "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 54380d3..ea19cd1 100644 (file)
@@ -1,7 +1,5 @@
             <div id="main-content" class="small-12 columns">
-                <?php if (is_member()) {
-                    echo "<div class='member-profile-title'>" . get_member_name() . "</div>";
-                } ?>
+          
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>