Blog Integration Process

Integration of Blog

Three stages are required to integrate our Blog:

  1. Add a blog directory with a template directory inside. All blogs will be contained in the blog directory.
  2. Create the blog template(s) and place in the template directory.
  3. Add the authorization script to activate your account. An Authorization script and associated key code(s) will be provided after the completion of the product registration. This will need to be prevalent on every page.

Available Blog Tags


Sidebar List Tags

Download Blog Template     Sample Code

<html>
<head>
<title><!-- CMSBlogPost:Title --></title>
</head>
<body>
<div id="left">

<h1><!-- CMSBlog:Name --></h1>

<h2>Recent Articles</h2>
<div>
<!-- CMSBlog:Dynamic:PostLastX:10 -->
</div>

<h2>Archives</h2>
<div>
<!-- CMSBlog:Archives -->
</div>

<a href="<!-- CMSBlog:RSSFeedURL -->">RSS Feed</a>
</div>

<div id="right">
<!-- CMSBlogPost:Date:dddd, MMMM d, yyyy --><br />
<h2><!-- CMSBlogPost:Title --></h2>
<!-- CMSBlogPost:Article -->
<p><!-- CMSBlogPost:AuthorName --></p>
</div>
<!-- Add authorization script here. This script needs to be visible on every page -->
</body></html>