-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,22 @@ | ||
# cinema | ||
A WordPress plugin to manage custom post types and fields for an independent movie house. | ||
# Cinema | ||
|
||
#### A WordPress plugin to manage custom post types and fields for an independent movie house. | ||
|
||
_**Note:** This plugin is in a fairly early state of development, including this README!_ | ||
|
||
##### Allows the admin to manage: | ||
* movies | ||
* film series | ||
* directors | ||
* formats | ||
* posters and other images | ||
* showtimes | ||
|
||
## Installation | ||
For now, download a zip of this plugin, and install it as a WordPress plugin by uploading the zip file | ||
from your WordPress site's Plugins page, or expand and move the plugin folder into your WordPress | ||
installation's plugins directory. | ||
|
||
## Usage | ||
At the moment, this plugin is only useful in conjunction with my cinema theme, but I will | ||
be adding all necessaary template files (and a default style sheet) in future releases. |