Theme Documentation
  • Welcome
  • Getting Started
    • Liquid
    • Theme Types
    • Initial Setup
  • Core Concepts
    • Settings
    • KJB Settings ID's
    • Objects
    • Page Objects
    • Elements
    • Presets
    • Ownership
  • Building Blocks
    • Structure
    • Layouts
    • Sections
    • Section Types
    • Blocks
  • Theme Requirements
    • Required Pages
    • Theme Info
    • Powered By Branding
  • Theme Styling
    • Cornerstone CSS
    • CSS Variables
    • Custom Site Styles
Powered by GitBook
On this page
  • Landing Page
  • Site
  • Product
  1. Theme Requirements

Required Pages

Kajabi has three types of themes: Landing pages, Sites and products. Each theme type has a few required templates to ensure that they tap into all kajabi functionality.

Landing Page

Because landing pages are a single page they only require the one index template.

/templates/index.liquid

Site

The site themes control everything from login to the customers product library. There are many pages that make up a fully functioning site theme.

/templates/404.liquid
/templates/blog.liquid
/templates/blog_post.liquid
/templates/blog_search.liquid
/templates/forgot_password.liquid
/templates/forgot_password_edit.liquid
/templates/index.liquid
/templates/library.liquid
/templates/login.liquid
/templates/page.liquid
/templates/thank_you.liquid

Product

A product theme is the way a user consumes the digital content.

/templates/announcements.liquid
/templates/categories.liquid
/templates/category.liquid
/templates/comment.liquid
/templates/post.liquid
/templates/product.liquid
/templates/search.liquid
PreviousBlocksNextTheme Info

Last updated 5 years ago