Wordpress Event Page Plugin Documentation

The Event Page Plugin allows you to create a page, category page or post on your wordpress blog that lists all your events sorted in ascending or descending order according to the date and time you specify. Employing pagination you can page through your events.

Contents

Table of contents

Sample Code

<?php
     tern_wp_events();
?>

The above example will output your event list to any Wordpress page or post.

<?php
    if(tern_wp_event_has_upcoming()) {
        do_something();
    }
?>

The above example will run the function "do_something" if you have any upcoming events.

<?php
     tern_wp_event_next_upcoming();
?>

The above example will output the next single upcoming event according to your mark-up configuration.

Features

  • List your events in a Wordpress page or post
  • Order your events in ascending or descending order
  • Check to see if there are any upcoming events
  • Show the next upcoming event
  • Pagination to page through members list and search results
  • Fully customize your list's HTML code.

Current Version

The current version of this software is 2.5.

Requirements

Wordpress 2.8+

Copyright © 2007 Ternstyle Inc., All rights reserved.
Site designed by, well, me.