Static Content vs Pages

Static Content vs Pages

Static Content and Pages both work in similar ways and to a certain extent are interchangeable. There are some major differences though.

Differences

  1. Static Content is a repurposed and modified version of the standard Wordpress Blog Posts, so if you want to create a blog on the site, it should be done using Static Content.
  2. As Static Content is based on Blog Posts, it can have Content Groups (categories) and Tags assigned to it.
  3. Static Content and Content Groups have been setup so they can be included in other piece of Static Content or in Pages. This means that you can define multiple sections of a page in different Static Content items, and then load them all in on one Page, to better separate sections of the Page when editing it.
  4. Static Content can have custom CSS files assigned to it, which will be loaded in when the piece of Static Content is loaded. So temporary styling, or styling for a single section of a page, can be added in in this way.
  5. Static Content can be setup so it doesn't have its own page, which means it isn't directly accessible, but can be loaded in on a different piece of Static Content, or on a Page.
  6. Static Content can be loaded into a popup, to be displayed on any page on the website, after a set delay.

Standard Usage

Static Content

Here are some of the standard uses for Static Content:
  1. Blog posts.
  2. Content sections loaded in to other Static Content, or Pages. This includes being able to load Static Content items into areas on the theme, such as a copyright section in the footer, which can make it easier to edit by a normal user, without having to make changes to the theme directly.
  3. Popups.

Pages

Here are some of the standard uses for Pages:
  1. Placeholder pages for certain URL routings. For example, the URL routing is setup so any URL that starts with "/category" will load the "Category" page, which in turn loads the "Category" page template, which will display all the child categories/products. These Pages are required for the proper functioning of the website, and can't be removed.
  2. Information pages, such as "About Us" or "Contact Us" pages.

    • Related Articles

    • Static Content User Interface

      Static Content title Enter the title for the Static Content. This title will be used by Wordpress to generate the URL for the Static Content. Permalink The Permalink is the URL for the Static Content. You can change the end section of the URL by ...
    • Adding new Static Content

      1. On the right-hand menu, go to "Static Content" -> "Add New". 2. Enter a title for the piece of Static Content. 3. Enter the content for the Static Content, either using the editor in the visual or text mode. 4. Assign the piece of Static Content ...
    • Editing Static Content

      1. Click on "Static Content" on the left-hand menu. This will take you to a list of all the Static Content. 2. To edit the Static Content, hover the mouse over the row for the piece of Static Content, and the extra sub-menu will be displayed. Click ...
    • Static Content List

      Add new Static Content You can add new Static Content by clicking the "Add New" button at the top. This will take you to a page where you can create the piece of Static Content. Filtering Static Content There are several ways to filter the Static ...
    • Find the Correct Static Content

      When building a website we try and hard-code as little as possible to make it easier for you to update your website in the future. In order to accomplish this we use Static Content, setup within the CMS, and displayed in specific places on the ...