projects
/
WP-Themes
/
coldwater.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc633ef
)
removing echo statements
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 1 Sep 2017 14:55:04 +0000
(10:55 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 1 Sep 2017 14:55:04 +0000
(10:55 -0400)
removing echo statements from the interactive map section
parts/map-section.php
patch
|
blob
|
history
diff --git
a/parts/map-section.php
b/parts/map-section.php
index
344c043
..
823fcf0
100644
(file)
--- a/
parts/map-section.php
+++ b/
parts/map-section.php
@@
-13,7
+13,6
@@
// $content = substr(strip_tags($city_page[0]->post_content),0, 300);
// $content = strip_shortcodes($content);
$content = get_excerpt_by_id($city_page[0]->ID, 50);
- echo $content;
$city_image_id = get_post_thumbnail_id($city_page[0]->ID);
$city_image = wp_get_attachment_image_src( $city_image_id, 250,250, true);
$city_url = get_permalink($city_page[0]->ID);