Theme Glossary
From Habari Project
This page is a stub. You can help Habari by adding what you know about Theme Glossary.
A
- Asides
- Generally refers to short posts which are formatted differently than full-length posts. See: Asides
C
- Content Type
- The type of post that is currently being viewed/processed (eg: Podcast, page, etc). See: Content Types
E
- Excerpt
- A portion of a post used as a preview of the full post. See: Using Excerpts
F
- Filters
- A method of filtering output from a post. See: Filters
- FormUI
- A system that makes form creation simpler. See: Dev:FormUI
H
- Hierarchy
- The order in which templates are used in the theme. See: Template File Hierarchy
N
- Nofollow comments
- Comments that Google doesn't archive links from. See: Nofollow Comments
O
- Objects
- Rather than using a function (eg: post_title();), using a value instead (eg: $post->title;). See: Objects
P
- Permalink
- A permanent link to a post.
- Pingbacks
- A method in which Blog A (eg: your blog) notifies Blog B that they've been linked to. See: Pingbacks
S
- Slug
- A lower-case, shortened version of a post's title.
- Status
- The current status of a post (eg: Published, Draft, etc). See: Post Status
T
- Tags
- A method of categorization for your posts. See: Tags
- Taxonomy
- A way for developers to define relationships between things (eg: Tags). See: Dev:Taxonomy
- Template
- A single file within a theme that contains the code for displaying a particular aspect of your Habari site. See Template Files
- Theme
- The group of files, including code and images, which controls how your Habari site is displayed. See Themes
- Template Engine (or Theme Engine)
- The portion of Habari code that a theme uses to interact with Habari. See Template Engines