Blog Help

Modified on Monday, 11 July 2011 10:40 AM by BlogFormatter — Categorized as: Uncategorized

Blog

Autogenerates a blog consisting of pages with a specific category.
You can verify that the formatter is working by opening this test page.

Table of Contents [Hide/Show]


Administrators

No special actions required.


Markup Usage

What can you do?

How does it work?

That's it! :).
The rest is purely customization of the look.


Usage:

{ Blog cat= posts= recent= usemod= cloud= archive= avatar= about= bottom= css=}

Where:



Examples

Any of the following examples can be combined to generate your desired look.
A typical Blog would have the following setup:

Standard

Markup:

{ Blog cat=MyBlogCat posts=7 recent=15 cloud=true archive=true about='MyAboutPage' bottom='MyBottomPage' }

Which will yeild:



Standard Draw From Another Namespace Than The Current

Markup:

{ Blog cat=MyBlogCat ns=ProjectX posts=7 recent=15 cloud=true archive=true about='MyAboutPage' bottom='MyBottomPage' }

Which will yeild:



Standard Draw From Several Namespaces Other Than The Current

Markup:

{ Blog cat=MyBlogCat ns='ProjectX,ProjectY' posts=7 recent=15 cloud=true archive=true about='MyAboutPage' bottom='MyBottomPage' }

Which will yeild:



Default

Markup:

{ Blog cat=MyBlogCategory }

Result:




Max No Of Posts To Show

Markup:

{ Blog cat=MyBlogCategory posts=3 }

Result:




Max No Of Most Recent Posts To Show

Markup:

{ Blog cat=MyBlogCategory recent=3 archive=true }

Result:




Use Modified Date+User To Display And Order Posts

Markup:

{ Blog cat=MyBlogCategory usemod=true }

Result:




Show Gravatars

Markup:

{ Blog cat=MyBlogCategory avatar=true }

Result:




Show Keyword Cloud

Markup:

{ Blog cat=MyBlogCategory cloud=true }

Result:




Show Archive

Markup:

{ Blog cat=MyBlogCategory archive=true }

Result:




Show About Section

Markup:

{ Blog cat=MyBlogCategory about='AboutPage' }

Result:




Show Bottom Section

Markup:

{ Blog cat=MyBlogCategory bottom='BottomPage' }

Result:




Use Custom Stylesheet

Markup:

{ Blog cat=MyBlogCategory style='MyStyleSheet.css') }

Result:




About styling

To create a custom stylesheet examine the supplied BlogDefault.css stylesheet placed in /Keeper.Garrett.Formatter/BlogFormatter. This file contains all the nessasary div's tags etc to create your own style.