Watering Can Church Pages Home Churches Documentation Blog Contact

Documentation

SiteConfig

The Admin. Panel links to a SiteConfig object, and this object contains the following three properties:

When a site is first created, we automatically set Email to the contact e-mail address we use to correspond with you. We also default Blog Enabled and Calendar Enabled to disabled. All three values can be updated by the site owner when they first log into the Admin. Panel.

Pages

Page objects represent content pages you publish on your church's site. All sites should have the following two pages, at minimum:

  1. Home: The default index that displays when the church site is accessed
  2. Contact: A page containing the church's address and phone number

These two pages get created by default, and they should both exist at all times. For the Contact page, we automatically inject a feedback form into the content of the page. While you can explicitly list your e-mail address on your Contact page, this may expose your e-mail address to unnecessary spam.

Typical examples of user-defined content pages include:

The Page object contains the following fields:

Posts

Post objects represent individual blog posts. Blog posts are displayed in the blog index sorted by the post creation date in descending order.

The Post object contains the following fields:

The blog's slug is generated automatically based on the title of the blog post. For example, if the blog's title is "Recommended sermons for you to listen to", the slug will get created as recommended-sermons-for-you-to-listen-to.