Introduction to the site and our Content Management System
The WILL website is built for clarity. It uses design patterns or predictable blocks of content that appear consistently throughout the site. This makes it easier for users to find what they’re looking for. It should make your life easier as author, giving you freedom to create content without worrying about putting it in the right place at the right time. You should have creative freedom, and our users should have a great experience. Our promise is a great website for all concerned. But creative freedom requires attention to a few requirements.
This document is a guide to the freedoms and requirements for content creators on the WILL website. If you encounter anything not covered in this guide, please contact the Webmaster.
A website should make sense to users. This rests on being well-structured and mostly predictable. Using a Content Management System (CMS) makes structuring websites much easier. A CMS-based site uses two essential components to build that structure:
Navigation ties everything together, and if done well makes it easy for users to find what they're looking for.
An Entry is any discreet chunk of content. Examples: a News story, a Focus program, a promotional announcement, or a Mid-American Gardener video archive. You create new Entries in our CMS, one at a time, by filling out a new Entry form.
For example the News page on our site is a List View of news Entries, displayed by date with the most recent at the top of the page. Each page has 10 news stories, with pagination links at the bottom of the page leading to many more List View pages. On each List View page, each of the ten stories is presented as a headline, thumbnail image, and short text summary with a “Continue Reading” link. Clicking this link leads to the full news story as a full Entry.
Here's a List View, the home page of our News Section:
Entry pages contain the full entry including everything. An Entry page can display anything our website currently supports: text, images, audio, video, documents for download, and other types of content.
Here's an Entry page for a story in the News Section:
This same pattern is used for every major section of the site. As a content author, your task is to do the best possible job of creating a great Entry. The website CMS does the rest, including creating the List Views automatically.
This is like a Blog, where new entries are added at the top of the page, pushing previous entries down. Almost everything on the IPM site behaves like a Blog, with the exception of these things called Pages.
Pages are different from anything else on the site. The section called WILL Pages will create singular stand-alone web pages. A Page is often used for static content, like the About WILL page.
Home pages ties everything else together, providing a starting point for users to find List Views, Entries, and Pages in every section of the site. Home pages comprise:
Home pages are fairly complex. They pull in content from many different sections as either List Views or Entries. For example when a new News story is created, it automatically appears on both the News page, and the site Home page (and the top navigation, just to make it easy to find). Home pages contain lots of programmy logic, and for that reason they have to be coded and maintained by hand. So any structural changes to Home pages need to be done by the Webmaster.
WILL Home page
├── News Home page (list view)
│ ├── Story 1 (entry view)
│ ├── Story 2 (entry view)
│ ├── Story...(entry view)
├── Focus Home page (list view)
│ ├── Program 1 (entry view)
│ ├── Program 2 (entry view)
│ ├── Program...(entry view)
├── Classic Mornings Home page (list view)
│ ├── Program 1 (entry view)
│ ├── Program 2 (entry view)
│ ├── Program...(entry view)
├── Other Sections... (list view)
│ ├── ...(entry view)
└── About WILL (Page)
└── Contact Us (Page)
└── (many other Pages)
Each Home page contains two blocks for promoting things we want people to see:
When you create a new entry in WILL Highlights, you can select where to display it: in the Slideshow or Sidebar on any of the home pages. You make this selection by checking one or more of the Categories in the WILL Highlights entry form:
The Slideshow box on each home page can display up to eight entries which cycle through repeatedly. The Sidebar highlights are limited to three entries. If more than three Sidebar highlights are slotted for any given home page, only the most recent three will display. (Unless you make them Sticky, which keeps them at the top of any display regardless of when they were entered.)
Note that the entry form for WILL Highlights contains two different image fields: Image and Square Thumbnail Image.
Only a few staff members have access to create and edit WILL Highlights and WILL Sidebar entries; this space is managed by Marketing, and is used to give visibility to IPM’s promotional priorities. If you want something promoted in this space, you should contact Marketing.
An Entry form contains a collection of fields, like Title, Description, Audio, Image, etc. There are several different field types, for example text, date, file upload, and several more exotic ones. It is critically important to use the fields the way they are intended. For example, don’t use the Title field to enter a date, or a Link field to link to an MP3 file. Instructions for each field are included in the Entry form. Contact the webmaster for any clarification or questions.
It’s important to understand that the Entry forms for all sections of our CMS use the same fields. But the Entry form for one section may look different from the Entry form in another section. They may look different but they aren’t: fields can be hidden if they aren’t needed for a particular section. For example we have a section called Document Uploads, where the only visible fields are Title, Date, and Documents. We could un-hide the Video field for Document Uploads, but in reality you would never attach a video to a Document. Hiding extraneous fields makes the Entry forms easier to use.
Why do we have the same fields for every section of the site? The answer is two-fold, and will help you understand how the site is constructed:
We explain how to use these fields in the section How to Publish Web Content.
The Options tab of the Entry form contains a few more fields that are important for metadata. Metadata enables our content to be better indexed and reused by search engines and social media.
We cover Metadata with awesome detail in the Metadata section.
You can “close” any entry without deleting it. This might be useful if you have an entry you will reuse, or simply archive.
In some cases, pages are set to display Closed Entries as an archival record, while the home pages are set to show only Open Entries to avoid clutter. We want to preserve all content and metadata, so instead of deleting entries it’s better to Close them or set an Expiration Date. (Exceptions would be duplicate entries or content that really should never been seen again. Or maybe ever seen in the first place. But we don't want that.)
To close an entry, in the entry form click the Options tab and use the Status dropdown to select Closed. That’s it!
Confusingness above, or website things not covered? Please contact the Webmaster.