Components

Components are easily editable containers for pieces of code or text that can be inserted into a theme template. They are very adaptable and have many uses. At their simplest, components are ideal for small strings of text that are part of a theme file that the website owner may want to edit down the road. Examples are taglines, quotes, or sidebar items. But also:

To create a component, log into your administrator panel and goto Theme → Edit Components. From there, it is pretty self explanatory on how to add or edit existing components.

At the top right of each component is the PHP coded needed to insert that particular component into a theme file:

<?php get_component('tagline'); ?>

Hint: To change an existing component's title, double click the title, and it will change to become editable.

Links

Back to the GetSimple Wiki Contents Page

Pages in this Section

Adding and Editing Content