<?php $community_page_object = get_page( 155 ); ?>
<?php $community_page_image = wp_get_attachment_url( get_post_thumbnail_id( 155 )); ?>
- <?php $community_page_content = substr(strip_tags($community_page_object->post_content),0, 300); ?>
+ <?php $community_page_content = substr(strip_tags($community_page_object->post_content),0, 300) . "..."; ?>
<?php $community_page_content = json_encode(strip_shortcodes($community_page_content)); ?>
<a class="map-page-link" href="#"><div class="map-image-container"></div></a>