removing experiences h5 from the tag grid on the experiences and tours page
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 16:08:12 +0000 (12:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 6 Jul 2016 16:08:12 +0000 (12:08 -0400)
index.php

index a580192..9ad4a34 100644 (file)
--- a/index.php
+++ b/index.php
@@ -32,7 +32,6 @@
                     if ( ! empty( $terms ) && ! is_wp_error( $terms ) ){ ?>
                 
                        <div id="tours-tags-grid-container">
-                           <h5> Experiences </h5>
                             <ul id="tours-tags-grid">
                         <?php foreach ( $terms as $term ) {
                              $thumbnail = z_taxonomy_image_url( $term->term_id ); ?>