Page Template Examples
Page Title and Name
Page Header and Footer
Banner Graphic
Text Fields
Page Links
Product Listings
Page Layout
Complete Example

Custom Page Templates: Page Title and Page Name

This example custom page template probably won't win any awards for design excellence, but it can serve as an introduction to how HTML tags and custom template tags are used together in a template. Notice these parts of the template:

Page Title and Name Example Page Template Resulting Page

Example Page Template with IF Tags

You can add flexibility to your template by using [-- IF --] tags. You can test whether the merchant wants a certain field displayed, and whether fields have values. For example, the merchant can choose to not display the page name. Likewise, if the page name field is empty, it would not work well in the <title> tag. Here is the same example as above, but now it tests for these possibilities.