2017 © Pedro Peláez
 

wordpress-muplugin events

Events for WordPress.

image

trendwerk/events

Events for WordPress.

  • Friday, August 5, 2016
  • by haroldangenent
  • Repository
  • 2 Watchers
  • 1 Stars
  • 259 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Events

Events for WordPress., (*1)

This plugin only delivers the most basic functionality for events. It doesn't contain any templates., (*2)

Installation

If you're using Composer to manage WordPress, add this plugin to your project's dependencies. Run:, (*3)

composer require trendwerk/events

Templates

This plugin does not provide any templates. They have to be created in your theme. This works just like any other post type:, (*4)

  • archive-events.php
  • single-events.php

Meta

There is some additional post meta available for use in your templates:, (*5)

  • _start Start date + time (UNIX timestamp)
  • _end End date + time (UNIX timestamp)
  • _location
  • _address
  • _zipcode
  • _city
  • _cost

Past events

There's an endpoint available which contains past events. Default: events/archive., (*6)

Post type archive

Use get_post_type_archive_link, like with any other post type., (*7)

Get events archive slug

apply_filters( 'events_archive_slug', '' );

Hooks

Post type

apply_filters( 'events_post_type', $args );

$args contains all post type settings., (*8)

Archive slug

apply_filters( 'events_archive_slug', '' );

The Versions

05/08 2016

dev-master

9999999-dev

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

05/08 2016

1.0.4

1.0.4.0

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

13/05 2015

1.0.3

1.0.3.0

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

03/04 2015

1.0.2

1.0.2.0

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

27/03 2015

1.0.1

1.0.1.0

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires

 

27/03 2015

1.0.0

1.0.0.0

Events for WordPress.

  Sources   Download

GPL-2.0+

The Requires