$sites[$p->ID]['url'] = get_permalink($p->ID);
$sites[$p->ID]['title'] = get_the_title($p->ID);
$sites[$p->ID]['image'] = wp_get_attachment_url( get_post_thumbnail_id($p->ID));
+ $sites[$p->ID]['excerpt'] = get_the_excerpt( $p->ID );
// $content = strip_tags($page_object->post_content);
// $filter_content = mb_substr($content, 0, strpos($content, ' ', 260));
image_container.css("display", "none");
}
- regionData.find(page_content).html(site_array[id]['content'] + "...");
+ regionData.find(page_content).html(site_array[id]['excerpt'] + "...");
regionData.find(more_link).attr("href", site_array[id]['url']);
}, function () {