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.
  
  

Data Array : Blogs

| Sun, 8 May 2011


Here is the data structure of the Blog Posts array of Porn CMS included in the Blogs template pages. The $id key variable is received from the URL.

$Blogs[id][$id]
Unique ID for this record.
$Blogs[blog][$id] Blog ID of this content from Blogs Array. See below for Blog Array details.
$Blogs[title][$id] Title of content (rawurlencoded).
$Blogs[meta][$id] Meta description of the content (rawurlencoded).
$Blogs[body][$id] Body text of the content (rawurlencoded).
$Blogs[tags][$id] Space delimited list of tags for this content.
$Blogs[status][$id] Active status of the content. (y|n)
$Blogs[showdate][$id] Publish date of content in the following format:
2008-01-01 00:55:00
$Blogs[permlevel][$id] Flag for setting permission level of viewer. (free|paid)

Blog Posts are sorted into Blogs. You can create multiple blogs in Porn CMS. Here is the data structure of the Blogs array of Porn CMS. The $blog key variable is received as $section from the URL.

$myBlogs[id][$blog]
Unique ID for this record.
$myBlogs[title][$blog] Title of section (rawurlencoded).
$myBlogs[description][$blog] Brief description of this section (rawurlencoded).

wp