Articles (blog)

The OpenChurch platform uses the 'default' article content type provided by Drupal's "standard" profile.

Creating an Article

1. Visit /node/add/article to add a new article to the website.

Create Article page

2. After saving the article you should see a page similar to the article below.

Sample article page

Article pages and blocks

Notice that articles will display on the homepage in the "Latest Articles" block.

Latest articles block

Underneath the "Pages" main navigation dropdown you will also see a link to an example "Blog" page which will list all articles which can be filtered by "tag."

"Our Blog" menu link
"Our Blog" page

The "Latest Articles" block, "Our Blog" page and Tags block are all views that can be customized at /admin/structure/views.

By default, tags are passed as an argument to the /blog/ path. This path can be configured at /admin/appearance/settings/openchurch_theme/.

OpenChurch configuration page

Note that sidebar blocks can be configured at /admin/structure/block/.

Last updated