resource center

If you are looking for some help with KloudCMS then you have come to the right place.  Below is our online resource center on tips and tricks for helping you to better understand use the power of KloudCMS for your business.  It’s a work in progress so if you don’t find the solutions to your website issues you’re needing, feel free to contact us and we’ll get you an answer as soon as possible.

shortcode is a WordPress-specific code that lets you do nifty things with very little effort. Shortcodes are in this format:

[events_list limit="10" location="1"]

Arguments are what follow “shortcode” above, where “limit” would be one of the argument names and “10″ would be the value of that argument.

Event information can also be displayed through shortcode. Just insert one of the following shortcodes into any of your posts/pages.
[locations_map]

Inserts a map of multiple locations. Accepts two specific arguments and any of the location general arguments:

* width: the width in pixels of the map. Default: 450.
* height: the height in pixels of the map. Default: 300.

[events_list]

Displays a list of events. Accepts any of the event general arguments.
[events_calendar]

Displays a calendar. Accepts any of the calendar general arguments.
[events_link]

Displays a text link like this which links to the events page. If you add text in between opening and closing shortcode tags, it will become the link text, like so:

[ events_link ]alternate events link text[ /events_link]
[events_url]

Displays the events page url (e.g. “http://yoursite.com/events/”).
[events_rss_link]

Displays a text link like this which links to the events RSS page. If you add text in between opening and closing shortcode tags, it will become the link text, like so:

[ events_rss_link ]alternate RSS link text[ /events_rss_link ]
[events_rss_url]

Displays the events RSS url (e.g. “http://yoursite.com/?dbem_rss=main”)