Removed 'this page was posted in' for blog archives
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Jul 2016 19:17:08 +0000 (15:17 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Jul 2016 19:17:08 +0000 (15:17 -0400)
archive.php

index d510b14..ad2c032 100644 (file)
                             <span class="meta date"><?php the_time('F jS, Y') ?></span>
                         </header>
                         <?php echo (function_exists('the_advanced_excerpt')) ? the_advanced_excerpt(): the_excerpt(); ?>
-                        <footer class="entry-meta small-12 medium-6 medium-push-3 center">
-                            <?php $post_categories = wp_get_post_categories( get_the_ID() );
-                            $cats = array();
-                            echo 'This entry was posted ';
-                            if (has_category()) {
-                                echo 'in';
-                                foreach($post_categories as $c){
-                                    $cat = get_category( $c );
-                                    $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
-                                    echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
-                                }
-                                echo '.';
-                            }
+<!--                        <footer class="entry-meta small-12 medium-6 medium-push-3 center">
+                            <?php
+//                            $post_categories = wp_get_post_categories( get_the_ID() );
+//                            $cats = array();
+//                            echo 'This entry was posted ';
+//                            if (has_category()) {
+//                                echo 'in';
+//                                foreach($post_categories as $c){
+//                                    $cat = get_category( $c );
+//                                    $cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
+//                                    echo ', <a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>';
+//                                }
+//                                echo '.';
+//                            }
                             ?>
-                        </footer>
+                        </footer>-->
                     </article>
                 </div>
             </div>