Blog Integration
Three stages are required to integrate our Blog:
- 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