Entry
Details
Every entry consists of a title, alias, and content.
- Title
- The title of the post.
- Alias
- This is an optional identifier used priamrily for URLs. When an alias isn't provided, one is generated from the provided title. The text is made lowercase, all punctuation is stripped, and spaces are turned into dashes.
- Content
- The primary body of the post.
Publishing
The following options control various aspects of the published state (when and if an entry is available to users).
- State
- The published status of the entry. Unpublished and trashed jobs will never be run.
- Publish up
- A timestamp (YYYY-MM-DD hh:mm:ss) for when an entry should start being available. This allows for an entry to be set up and published in advance of when one wishes the entry to be read. When used with "Publish down", this gives the option of creating a window of time one wants the entry to available. For instance, an entry can be scheduled to be only available between March and September.
- Publish down
- A timestamp (YYYY-MM-DD hh:mm:ss) for when an entry should stop being available. This allows for an entry to stop being available after a given date/time. When used with "Publish upn", this gives the option of creating a window of time one wants an entry to be available. For instance, an entry can be scheduled to be only available between March and September.
- Allow comments
- Allow other users to post comments on this entry?