Hotscot Events Wordpress Plugin - Rating, Reviews, Demo & Download

Hotscot Events Wordpress Plugin - Rating, Reviews, Demo & Download
No ratings yet
Free
Follow for free plugins, new theme releases and theme news

Plugin Description

Simple events module…

The shortcode is [ht_list_events numevents=1] where num events is optional to limit the amount of events being shown.

For theme developers – these functions may also be of use to you:

/**
 * echo out the events table
 * @param  string  $start_date [optional] leave blnk for current date
 * @param  string  $end_date   [optional] leave blank for all events
 * @param  integer $limit      [optional] set to 0 for all events
 * @return void
 */
ht_eventsHTML($start_date = "", $end_date = "", $limit = 0)
/**
 * get the events table html string
 * @param  string  $start_date [optional] leave blnk for current date
 * @param  string  $end_date   [optional] leave blank for all events
 * @param  integer $limit      [optional] set to 0 for all events
 * @return string $html Events table html
 */
ht_getEventsHTML($start_date = "", $end_date = "", $limit = 0);

Screenshots

NA


Reviews & Comments