Skip to content

Commit

Permalink
Merge pull request #162 from INN/160-remove-neighborhood-map-color
Browse files Browse the repository at this point in the history
Remove zone status from neighborhoods template
  • Loading branch information
Josh Darby authored Feb 21, 2020
2 parents 3447f84 + 184c86a commit 65a13fd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wp-content/themes/citylimits/taxonomy-neighborhoods.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@

<?php largo_post_social_links(); ?>

<div class="zone-w-status"><div class="circle <?php echo $status; ?>"></div><?php echo ucfirst( $status ); ?></div>

<?php if ( isset( $description ) ) : ?>
<div class="archive-description"><?php echo $description; ?></div>
<?php endif; ?>
Expand Down

0 comments on commit 65a13fd

Please sign in to comment.