Add a blog directory with a template directory inside. All blogs will be contained in the blog directory.
Create the blog template(s) and place in the template directory.
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
<!-- CMSBlog:Name --> - displays the blogs name
<!-- CMSBlogPost:Title --> - displays the title of the blog post; can use as page title, insert into <head> between the <title> tags
<!-- CMSBlogPost:Article --> - displays the content of the blog post
<!-- CMSBlog:RSSFeedURL --> - displays the RSS Feed URL for the associated blog
<!-- CMSBlogPost:AuthorName --> - displays the author’s name
<!-- CMSBlogPost:Date --> - displays the blog date in standard format: mm/dd/yy
<!-- CMSBlogPost:Date:dddd, MMMM d, yyyy --> - displays formated blog date; standard date and time format strings apply
Sidebar List Tags
<!-- CMSBlog:Dynamic:PostLastX:10 --> - displays the last 10 posts; changing the number changes the amount displayed
<!-- CMSBlog:Dynamic:PostLastX:0 --> - displays all posts associated with the blog
<!-- CMSBlog:Posts --> - displays a complete listing of all posts beginning with blog, year and than month
<!-- CMSBlog:Archives --> - displays an archive listing of posts by month and year