Occasions Wordpress Plugin - Rating, Reviews, Demo & Download

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

Plugin Description

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

Become A Patron, Support The Developer.

Features:

  • “Date dependencies” on chosing start and end dates
  • AJAX interface for managing the occasions
  • Object-oriented code
  • Supports changing location/ renaming of wp-content/ folder with WP 2.6
  • Entirely possible to be localized, including the JS calendar

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:

  • English
  • German (de_DE) (Thanks to me ;-))
  • Belorussian (by_BY) (Thanks for contributing belorussian language goes to Marcis Gasuns)
  • Russian (ru_RU) (Thanks for contributing russian language goes to Thomas Gorny)
  • Hebrew (he_IL) (Thanks for contributing hebrew language goes to Atar4U / https://profiles.wordpress.org/ahrale/)

Looking for more WordPress plugins? Visit http://www.schloebe.de/portfolio/

Screenshots

  1. occasions screenshot 1

    Event Management

  2. occasions screenshot 2

    JS Calendar

  3. occasions screenshot 3

    Options


Reviews & Comments