Left column custom page. You can add any HTML content you want here.

This page displays on 3-column Bootstrap layout only.
  

3-column display rules (Bootstrap4):

* full-width (100%) content area.
  
* layout is 2/7/3 grid.
  
* left and middle columns display side-by-side in 768px or above width.
  
* left column displays under middle column below 768px width.
  
* right column displays under left and middle columns below 992px width.
  
  

Introduction to Custom Templates

| Sun, 20 May 2012


WARNING: YOU MUST BE PROFICIENT IN PHP CODING TO CUSTOMIZE CMS TEMPLATES. IF YOU DON'T UNDERSTAND PHP THEN PLEASE REQUEST HELP FROM CMS SUPPORT.

PornCMS allows you to customize the front-end of your site any way you want. Rather than rely on some strange proprietary code system like Smarty, our templates are written in very simple PHP. If you have a decent understanding of the PHP language, you have the skills to customize your website.

PLEASE READ THE 
TEMPLATE SYSTEM OVERVIEW TO BETTER UNDERSTAND HOW PORNCMS DATA IS STRUCTURED.

To access the Templates module in 
PornCMS, click SETUP > TEMPLATE. All of the pages of the Default template are listed in the left column of the Templates admin. Click a template page to customize the code.

There are several built-in functions available to you for calling content to your pages. Its also very easy to include your own functions by simply adding an include to your functions at the top of a template page. You can find more information about system functions in the 
Template Functions section of the forum.

If you have any questions please submit a 
Support Ticket.

wp