CCB Core API is a WordPress plugin that has one simple job: It synchronizes your church data from Church Community Builder into your WordPress database as Custom Post Types, Custom Taxonomies, and Post Meta.
This plugin is geared toward Developers, Designers, and Site Administrators who are familiar with customizing WordPress templates. While it does a great job of synchronizing the data, you'll still need to alter your theme in order to take advantage of the data.
Out of the box, there are two complete integrations:
This integration will synchronize any groups that are both publicly listed and active from the Church Community Builder group_profiles
service to a Custom Post Type named ccb_core_groups
.
This integration will synchronize all events from the Church Community Builder public_calendar_listing
service to a Custom Post Type named ccb_core_calendar
.
The Wiki has more information and code samples.
General usage information (setting up the plugin and customizing your theme) can be found in the usage docs.