Plugin info

Total downloads: 3,622
Active installs: 40
Total reviews: 1
Average rating: 1
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 3/20/2011 (5400 days ago)
Added to WordPress: 3/19/2011 (14 years old)
Minimum WordPress version: 3.1
Tested up to WordPress version: 3.1.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5400 days ago • 1 reviews

22/100

Is Conference Schedule abandoned?

Possibly abandoned (last update 5400 days ago).

Compatibility

Requires WordPress: 3.1
Tested up to: 3.1.4
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

This plugin allows you to create a conference schedule in your WordPress website. You can create pages for speakers and sessions, and display an automatically created schedule of what’s on.

The participant pages can be created with different roles, e.g. Speaker, Workshop Leader, etc, and each have an image with automatically created thumbnails. A shortcode ([participants]) allows you to list all your speakers, with links through to read more about them.

Sessions are created with start and end times, and allow you to specify a location and speaker. The main schedule and schedules for each location are automatically generated.

The plugin comes with a Twenty Ten child theme (more on child themes), which you can use out of the box or as a reference to create your own conference theme.

This plugin handles describing and scheduling your conference and the key participants, it does not handle the ticketing.

Template Tags

Eventually I plan to abstract much of the raw PHP in the Conference Schedule theme templates into template tags. For now here’s a few template tags as a statement of intent:

 - Very similar to the built-in template tag `[https://codex.wordpress.org/Function_Reference/the_tags](the_tags)`, used within a participant loop this will list the sessions the current participant is taking part in. Devs: note that there is a filter `cs_the_sessions` you can use on the output of this template tag.

 - Very similar to the built-in template tag `[https://codex.wordpress.org/Function_Reference/get_the_tags](get_the_tags)`, used within a participant loop this will return a list of the sessions the current participant is taking part in. Devs: note that there is a filter `cs_session_links` you can use on the output of this template tag.

 - When used on a Session post in a Session loop, this will tell you whether the current session has a schedule set.

 - When used on a Session post in a Session loop, this will show the scheduled session start time. The `time_format` and `short_time_format` strings are optional and are used to provide a date format, they default to the values on the Conference admin screen under the Settings section of the WordPress admin area. If the time is on the hour then the `short_time_format` is used, this enables you to output `10am` instead of `10:00am`, thus saving space. Devs: Note that there is a `cs_the_start_time` filter you can use on the output of this template tag.

 - The same as the `the_start_time` template tag, except it returns the time rather than printing it. Devs: Note that there is a `cs_get_the_start_time` filter you can use on the output of this function.

 - When used on a Session post in a Session loop, this will show the scheduled end time for this session. Otherwise identical to `the_start_time` above. Devs: Note that there is a `cs_the_start_time` filter you can use on the output of this template tag.

 - The same as the `the_end_time` template tag, except it returns the time rather than printing it. Devs: Note that there is a `cs_get_the_end_time` filter you can use on the output of this function.

Installation

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in the WordPress admin area
  3. Go to ‘Conference’ under ‘Settings’ in the WordPress admin area and set the days for your conference
  4. If you’re using the TwentyTen theme, use the copy functionality to load the conference theme into place

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. <strong>Participants</strong> List your participants, either all of them or just specific participant roles, e.g. all Workshop Leaders.

    Participants List your participants, either all of them or just specific participant roles, e.g. all Workshop Leaders.

  2. <strong>Schedule</strong> The main schedule and location specific schedules are automatically generated for you.

    Schedule The main schedule and location specific schedules are automatically generated for you.

  3. <strong>Editing Participants</strong> See your participants at a glance, and edit their roles and descriptions.

    Editing Participants See your participants at a glance, and edit their roles and descriptions.

  4. <strong>Editing Sessions</strong> Look over your sessions and change the scheduling, participants and locations.

    Editing Sessions Look over your sessions and change the scheduling, participants and locations.

Changelog

0.52

  • Added and documented the has_schedule, the_start_time, get_the_start_time, the_end_time, and get_the_end_time template tags.
  • hCal microformat in the theme.
  • Added POT file for translators.

0.51

  • Added and documented the the_sessions and get_the_sessions template tags.

0.5

  • First release!