>
Download This Plugin | |
Download Elegant Themes | |
Name | Hotscot Events |
Version | 1.0.6 |
Author | Hotscot |
Rating | 0 |
Last updated | 2013-04-04 08:42:00 |
Downloads |
380
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Hotscot Events plugin added 188 bytes of resources to the Home page and 184 bytes of resources to the sample Post page.
Hotscot Events plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Hotscot Events plugin ads no tables to your Wordpress blog database.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);