Family and Caregiver Training and Support Program

This front page spans the entire width of the browser regardless of the browser size. Interior pages will use a content ‘container’ that has a max width of 1200px. There are several page layout templates to choose from: Full-Width (aka no sidebar), Right Sidebar, and Left Sidebar. There are two additional ‘Blank’ templates that will almost never be used outside of special development purposes.

Please view the Blocks Sample Page for a detailed set of examples for various blocks in this theme that you will utilize to build this site.

This theme contains a custom post type for ‘News’ posts, that takes a story title, byline, excerpt, and link and then builds a paginated feed of these stories. See About > News for samples.

There is an additional CSS rule used to hide the title on the front page. If you prefer that to be shown, go into Dashboard > Appearance > Customize > Additional CSS and delete the following code:

.home .entry-title {
	display: none;
}