Do it like Google! Define any number of occasions in your BE with a fancy AJAX-Interface and the plugin will display them in time... just like Google.
Do it like Google! Just like Google change their logos on certain occasions such as Christmas or New Year's Eve, the Occasions plugin offers the possibility to display text or HTML on specified dates. The occasions can be easily managed by a fancy and comfortable AJAX-Interface.
Developer on Google+ | Developer on Twitter
Features:
Usage:
To display the list of current occasions, use:
<?php
if( class_exists('Occasions') ) {
$Occasions->_output();
}
?>
To return the output of current occasions, e.g. to load into a variable, use:
<?php
if( class_exists('Occasions') ) {
$occasionsoutput = $Occasions->_return();
}
?>
There is also a Shortcode available:
[Occasions]
Included languages:
Looking for more WordPress plugins? Visit http://www.schloebe.de/portfolio/
Requires: 2.5 or higher
Compatible up to: 3.5.1
Last Updated: 2012-11-19
Downloads: 2,997
Got something to say? Need help?