Creating Landing Page Templates

Landing page templates consist of three parts:

Creating a template is very easy though.

The process is:

  1. Have your html/css assets rdy to go
  2. Decide what editable regions you would like to give the user of the template
  3. Add in the custom meta boxes
  4. Define the meta keys in your index.php file
  5. Done!

Watch The Complete Template Building Process

For a broken down walk through, head here. Download the demo files from the video above here.

We built a template specifically for designers and developers to reference (or start with) to create templates. That is the demo template, which you can find in the plugins /templates folder.

There are currently three different ways to use the wordpress landing pages templating system

  1. Creating Regular Landing Page Templates from static HTML
  2. Creating a Custom Theme integrated landing page template
  3. Customizing your normal single.php file (not recommended)

Leave a comment