AB Time Table

Plugin Banner

AB Time Table

by alexbriffett

Download
Description

A simple WordPress timetable plugin. Allows you to maintain a weekly timetable from
Monday – Sunday. A hidden function allows you to add a timetable for the day to your
theme.

This section describes how to install the plugin and get it working.

e.g.

  1. Upload ab_timetable directory to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Create a page or post and use the AB Timetable calendar button to add the shortcode to your post/page. Or just add [abtimetable] into your post/page.
  4. Place <?php timetable_head(); ?> in your header.php via the theme editor if your require the timetable for the day only. This code can be added elsewhere in
    the page if required.
  5. Create your own custom CSS for the timetable.
  1. An example of what the timetable will produce in your site.

    An example of what the timetable will produce in your site.

  2. The admin form you can populate with your events.

    The admin form you can populate with your events.

  3. The editor include a button, so you can automatically add the timetable to a page or post.

    The editor include a button, so you can automatically add the timetable to a page or post.

What about styling?

Currently, you have to add the CSS yourself, in the theme’s stylesheet.

1.0

Back to top