Title: WordPress Semantics
Author: pixelateddwarf
Published: January 13, 2019
Last modified: June 9, 2024

---

# WordPress Semantics

## In this article

 * [Terminology Introduction](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#terminology-introduction)
    - [Content Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#content-terminology)
    - [Design Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#design-terminology)
    - [Administrative Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#administrative-terminology)
    - [Help Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#help-terminology)
    - [See Also](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#see-also)

[ Back to top](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#wp--skip-link--target)

## 󠀁[Terminology Introduction](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#terminology-introduction)󠁿

The developers created WordPress as a **weblogging**  ([blogging](https://wordpress.org/support/article/introduction-to-blogging/?output_format=md))
system. A [blog](https://wordpress.org/support/article/glossary?output_format=md#blog),
as defined in the [Codex Glossary](https://wordpress.org/support/article/glossary?output_format=md),
is “an online journal, diary, or serial, published by a person or group of people”.
Many _blogs_ are personal in nature, reflecting the opinions and interests of the
owner. But, _blogs_ are now important tools in the world of news, business, politics,
and entertainment.

_Blogs_ are a form of a [Content Management System (CMS)](https://wordpress.org/support/article/glossary?output_format=md#content-management-system),
which [Wikipedia](http://en.wikipedia.org/wiki/Content_management_system) calls “
a system used to organize and facilitate collaborative content creation.” Both _blogs_
and _Content Management Systems_ can perform the role of a [website](http://en.wikipedia.org/wiki/Website)(**
site** for short). A _website_ can be thought of as a collection of articles and
information about a specific subject, service, or product, which may not be a personal
reflection of the owner. More recently, as the role of WordPress has expanded, WordPress
developers have begun using the more general term **site**, in place of blog.

### 󠀁[Content Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#content-terminology)󠁿

The term **Word** in WordPress refers to the words used to compose [posts](https://wordpress.org/support/article/glossary/?output_format=md#post).
_Posts_ are the principal element (or [content](https://wordpress.org/support/article/glossary?output_format=md#content))
of a blog. The _posts_ are the writings, compositions, discussions, discourses, 
musings, and, yes, the rantings of the blog’s owner and guest authors. _Posts_, 
in most cases, are the reason a blog exists; without _posts_, there is no blog!

Integral to a blog are the pictures, images, sounds, and movies, otherwise know 
as [media](https://wordpress.org/support/article/media-library-screen/?output_format=md).
_Media_ enhances, and gives life to a blog’s content. WordPress provides an easy
to use method of inserting _Media_ directly into posts, and a method to [upload Media](https://codex.wordpress.org/Media_Add_New_SubPanel)
that can be later attached to posts, and a [Media Library](https://wordpress.org/support/article/media-library-screen/?output_format=md)
to manage those various _Media_.

An important part of the [posting](https://wordpress.org/support/article/writing-posts/?output_format=md)
process is the act of assigning those posts to [categories](https://codex.wordpress.org/Posts_Categories_SubPanel).
Each post in WordPress is filed under one or more _categories_. _Categories_ can
be hierarchical in nature, where one category acts as a parent to several child,
or grandchild, categories. Thoughtful _categorization_ allows posts of similar content
to be grouped, thereby aiding viewers in the navigation, and use of a site. In addition
to categories, terms or keywords called [tags](https://codex.wordpress.org/Posts_Tags_SubPanel)
can be assigned to each post. _Tags_ act as another navigation tool, but are not
hierarchical in nature. Both categories and tags are part of a system called [taxonomies](https://wordpress.org/support/article/glossary?output_format=md#taxonomy).
If categories and tags are not enough, users can also create [custom taxonomies](https://codex.wordpress.org/Function_Reference/register_taxonomy)
that allow more specific identification of posts or pages or [custom post types](https://wordpress.org/support/article/glossary?output_format=md#post-type).

In turn, post categories and tags are two of the elements of what’s called [post meta data](https://codex.wordpress.org/Post_Meta_Data_Section).
_Post meta data_ refers to the information associated with each post and includes
the author’s name and the date posted as well as the post categories. _Post meta
data_ also refers to [Custom Fields](https://wordpress.org/support/article/custom-fields/?output_format=md)
where you assign specific words, or keys, that can describe posts. But, you can’t
mention _post meta data_ without discussing the term **meta**.

Generally, [meta](https://wordpress.org/support/article/glossary?output_format=md#meta)
means **“information about”**; in WordPress, _meta_ usually refers to **administrative**-
type information. So, besides _post meta data_, _Meta_ is the [HTML](https://wordpress.org/support/article/glossary?output_format=md#html)
tag used to describe and define a web page to the outside world, like _meta tag 
keywords_ for search engines. Also, many WordPress-based sites offer a _Meta_ section,
usually found in the [sidebar](https://codex.wordpress.org/Customizing_Your_Sidebar),
with links to login or register at that site. And, don’t forget [Meta Rules](https://codex.wordpress.org/Codex:Guidelines#Meta_Rules):
The rules defining the general protocol to follow in using this Codex, or _Meta,_
as in the [MediaWiki](http://www.mediawiki.org) [namespace](http://meta.wikimedia.org/wiki/Namespace)
that refers to administrative functions within Codex. That’s a lot of _Meta_!

After a post is made public, a blog’s readers will respond, via [comments](https://wordpress.org/support/article/glossary?output_format=md#comments),
to that post, and in turn, authors will reply. _Comments_ enable the communication
process, that give-and-take, between author and reader. _Comments_ are the life-
blood of most blogs.

Finally, WordPress also offers two other [content management tools](https://wordpress.org/support/article/glossary?output_format=md#content-management-system)
called [Pages](https://wordpress.org/support/article/pages?output_format=md) and
[custom post types](https://wordpress.org/support/article/glossary?output_format=md#post-type).
_Pages_ often present static information, such as “About Me”, or “Contact Us”, _Pages_.
Typically “timeless” in nature, _Pages_ should not be confused with the time-oriented
objects called _posts_. Interestingly, a _Page_ is allowed to be [commented upon](https://wordpress.org/support/article/glossary?output_format=md#comments),
but a _Page_ cannot be [categorized](https://codex.wordpress.org/Posts_Categories_SubPanel).
A [custom post type](https://wordpress.org/support/article/glossary?output_format=md#post-type)
refers to a type of structured data that is different from a post or a page. Custom
post types allow users to easily create and manage such things as portfolios, projects,
video libraries, podcasts, quotes, chats, and whatever a user or developer can imagine.

### 󠀁[Design Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#design-terminology)󠁿

A _WordPress Theme_ is the overall design of a site and encompasses color, graphics,
and text. A _Theme_ is sometimes called the **skin** or template, but it isn’t really.
A skin and template are really website paint jobs. A WordPress Theme is where code
meets design, allowing a site to change based upon specific conditions set by the
site administrator.

Installation of WordPress Themes is made easy with the [Themes Menu](https://wordpress.org/support/article/administration-screens/?output_format=md#themes)
on the Administration Screens. Simply search for a new Theme from within the [official WordPress Theme Directory](https://wordpress.org/themes/)
and activate it with a few clicks. You can also preview your site before installing
and activating the Theme to see what your site will look like with that WordPress
Theme.

The _flexibility_ of WordPress is apparent when discussing terminology related to
the [design](https://codex.wordpress.org/Blog_Design_and_Layout) of a WordPress 
site. At the core of WordPress, developers created a programming structure named
[The Loop](https://developer.wordpress.org/themes/basics/the-loop/) to handle the
processing of posts. _The Loop_ is the critical [PHP](https://wordpress.org/support/article/glossary?output_format=md#php)
program code used to display _posts_. Anyone wanting to enhance and **customize**
WordPress will need to understand [the mechanics of ](https://developer.wordpress.org/themes/basics/the-loop/)_
[The Loop](https://developer.wordpress.org/themes/basics/the-loop/)_.

Along with The Loop, WordPress developers have created [Template Tags](https://developer.wordpress.org/themes/basics/template-tags/)
which are a group of PHP functions that can be invoked by designers to perform an
action or display specific information. It is the _Template Tags_ that form the 
basis of the [Template](https://developer.wordpress.org/themes/basics/template-files/)
Files. _Templates (files)_ contain the programming pieces, such as _Template Tags_,
that control the structure and flow of a WordPress site. These files draw information
from your WordPress [MySQL](https://wordpress.org/support/article/glossary?output_format=md#mysql)
[database](https://codex.wordpress.org/Database_Description) and generate the [HTML](https://wordpress.org/support/article/glossary?output_format=md#html)
code which is sent to the web browser. A [Template Hierarchy](https://developer.wordpress.org/themes/basics/template-hierarchy/),
in essence the order of processing, dictates how _Templates_ control almost all 
aspects of the output, including [Headers](https://developer.wordpress.org/themes/functionality/custom-headers/),
[Sidebars](https://developer.wordpress.org/themes/functionality/sidebars/), and 
[Archives](https://wordpress.org/support/article/introduction-to-blogging/?output_format=md#archives).
_Archives_ are a dynamically generated list of posts, and are typically grouped 
by [date](https://codex.wordpress.org/Creating_an_Archive_Index), [category](https://developer.wordpress.org/themes/template-files-section/taxonomy-templates/#category),
[tag](https://codex.wordpress.org/Tag_Templates), or [author](https://codex.wordpress.org/Author_Templates).

As the capabilities of WordPress have improved, developers have added tools that
allow users to easily manage a site’s look and functionality:

 * **Widgets** provide an easy way to add little programs, such as the current weather,
   to a sidebar.
 * **Menus** make it easy to define the navigation buttons that are typically present
   near the top of a site’s pages.
 * The **Background** tool allows the user to change the background image and color
   of a site.
 * The **Header** tool gives the user control of the images displayed at the top
   of a site’s various pages.
 * [Post Formats](https://wordpress.org/support/article/post-formats/?output_format=md)
   allow the user to control the display of a specific post (i.e. display this post
   as an Aside or as a quote or as a gallery).

[Plug](https://codex.wordpress.org/Plugins)[i](https://wordpress.org/support/article/plugins?output_format=md)
[ns](https://codex.wordpress.org/Plugins) are custom functions created to extend
the core functionality of WordPress. The WordPress developers have maximized flexibility
and minimized code bloat by allowing outside developers the opportunity to create
their own useful add-on features. As evidenced by the [WordPress Plugin Directory](https://wordpress.org/plugins/),
there’s a _Plugin_ to enhance virtually every aspect of WordPress.

A [Plugin management tool](https://codex.wordpress.org/Plugins_Add_New_SubPanel)
makes it extremely easy to find and install Plugins directly from the official directory.

### 󠀁[Administrative Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#administrative-terminology)󠁿

Another set of terms to examine are those involving the [Administration](https://wordpress.org/support/article/administering-your-blog/?output_format=md)
of a WordPress site. A comprehensive set of [Administration Screens](https://wordpress.org/support/article/administration-screens/?output_format=md)
enables users to **easily** administer and monitor their blog. A WordPress administrator
has a number of powers which include requiring a visitor to register in order to
participate in the blog, who can create new posts, whether comments can be left,
and if files can be uploaded to the blog.

Some of the main administrative responsibilities of a WordPress blog involve adding,
deleting, and managing [Registered Users](https://codex.wordpress.org/Registered_User_Features).
Administering users means controlling [Roles and Capabilities](https://wordpress.org/support/article/roles-and-capabilities/?output_format=md),
or permissions. **Roles** control what functions a registered _user_ can perform
as those functions can range from just being able to login at a blog to performing
the role administrator.

Another chief concern for the blog administrator is [Comment Moderation](https://codex.wordpress.org/Comment_Moderation).
[Comments](https://wordpress.org/support/article/glossary?output_format=md#comments),
also called [discussions](https://wordpress.org/support/article/settings-discussion-screen/?output_format=md),
are responses to posts left for the post author by the visitor and represent an 
important part of “the give and take” of a blog. But _Comments_ must be [patrolled](https://codex.wordpress.org/Combating_Comment_Spam)
for [Spam](https://wordpress.org/support/article/glossary?output_format=md#spam)
and other malicious intentions. The WordPress Administration [Comments Screen](https://codex.wordpress.org/Comments_Comments_SubPanel)
simplifies that process with easy-to-use screens which add, change, and delete Comments.

And not to be forgotten is the obligation for an administrator to keep their WordPress
current to insure that the latest features, bugs, and security fixes are in effect.
To accommodate administrators, WordPress has a simple [Upgrade Screen](https://codex.wordpress.org/Tools_Upgrade_SubPanel)
to download and install the latest version of WordPress. There’s no excuse to not
upgrade!

### 󠀁[Help Terminology](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#help-terminology)󠁿

The final set of _jargon_ relates to **helping** you with WordPress. First and foremost
is the hanging Help tab that is displayed under each of the [Administration Screens](https://wordpress.org/documentation/article/administration-screens/#help).
That contextual help describes the function and use of the current screen and provides
links to other help topics. And, there are other _help_ resources available to WordPress
users; [Finding WordPress Help](https://codex.wordpress.org/Finding_WordPress_Help),
[Troubleshooting](https://codex.wordpress.org/Troubleshooting), and [WordPress FAQ (frequently asked questions)](https://codex.wordpress.org/FAQ)
are good starting points. Also [Getting Started with WordPress](https://codex.wordpress.org/Getting_Started_with_WordPress)
will **jump-start** readers into the world of WordPress and the excellent [WordPress Lessons](https://wordpress.org/support/article/wordpress-lessons/?output_format=md)
provide in-depth **tutorials** on many of the aspects of using WordPress. Among 
the most important resources is the [WordPress Support Forum](https://codex.wordpress.org/Using_the_Support_Forums)
where **knowledgeable** volunteers answer your questions and help solve any problems
related to WordPress. And, of course, this Support site which is filled with hundreds
of articles designed to make your WordPress experience a success!

## More Information and Resources

### 󠀁[See Also](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#see-also)󠁿

 * [The WordPress Glossary](https://wordpress.org/support/article/glossary?output_format=md)
 * [WordPress Features](https://wordpress.org/support/article/wordpress-features/?output_format=md)
 * [WordPress Support Forum](https://wordpress.org/support)[](https://codex.wordpress.org/Special:AllPages)

## Was this article helpful? How could it be improved? 󠀁[Cancel reply](https://wordpress.org/documentation/article/wordpress-semantics/?output_format=md#respond)󠁿

[Log in to submit feedback](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fdocumentation%2Farticle%2Fwordpress-semantics%2F&locale=en_US).
If you need support with something that wasn't covered by this article, please post
your question in the [support forums](https://wordpress.org/support/forums/).

First published

January 13, 2019

Last updated

June 9, 2024