jaredcobb / ccb-core

Church Community Builder Core API - A WordPress plugin to sync your church data
http://www.wpccb.com
GNU General Public License v2.0
8 stars 5 forks source link

Church Community Builder Core API

Build Status

A WordPress Plugin that syncs your church data

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.

Who should use this?

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.

What's included?

Out of the box, there are two complete integrations:

Public Groups

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.

Public Calendar (Events)

This integration will synchronize all events from the Church Community Builder public_calendar_listing service to a Custom Post Type named ccb_core_calendar.

Features

Customizing & Extending

The Wiki has more information and code samples.

General Usage

General usage information (setting up the plugin and customizing your theme) can be found in the usage docs.