Skip to content

Commit

Permalink
Improved the readme.txt with template functions en meta keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Aug 15, 2012
1 parent 170138e commit 10b3645
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Pronamic Events is a basic plugin to add some Events functionality.

This plugin uses custom post types to add some Events functionality. Pronamic Events allows you to add, edit and remove events.

= Template Functions =

* Start Date
* pronamic_get_the_start_date( $format = null )
* pronamic_the_start_date( $format = null )
* pronamic_has_start_date()
* End Date
* pronamic_get_the_end_date( $format = null )
* pronamic_the_end_date( $format = null )
* pronamic_has_end_date()
* Location
* pronamic_get_the_location()
* pronamic_the_location()
* pronamic_has_location()

= Meta Keys =

* _pronamic_start_date
* _pronamic_end_date
* _pronamic_location

= Gravity Forms =

With [Gravity Forms](http://www.gravityforms.com/) and the [Gravity Forms + Custom Post Types](http://wordpress.org/extend/plugins/gravity-forms-custom-post-types/)
Expand Down

0 comments on commit 10b3645

Please sign in to comment.