Epitome Subtitle
===============

A WordPress plugin to easily add subtitles to regular post and static page.

[View project page](http://freddessaint.github.com/epitome-subtitle)

##What is Epitome Subtitle ?

Epitome Subtitle adds a subtitle field in the edit page of a regular post and static page. You provide to your theme the ability to display a title and a subtitle using functions that you call from your template.

##Features

Epitome Subtitle adds a subtitle field in the edit page of a regular post and static page. You provide to your theme the ability to display a title and a subtitle using functions that you call from your template.

##Functions##
* `the_subtitle()` takes the current post or page ID and outputs the subtitle.
* `get_the_subtitle($post_id)` has one optional parameter (post or page ID) and returns the subtitle as a string.
* `has_post_subtitle($post_id)` has one optional parameter (post or page ID) and checks whether a subtitle exists.

##Installation

1. Upload the `epitome-subtitle` folder to the `/wp-content/plugins/` directory.
1. Activate the plugin through the 'Plugins' menu in WordPress.

##Pull Requests

I want to keep this plugin as simple as possible. But feel free to fork the project and customize it to suit to your needs. Most wanted pull requests are for bug fixes.

Thanks for your understanding and thank you all for your helpful support!

##Changelog

See [Changelog.md](https://github.com/freddessaint/epitome-subtitle/blob/master/CHANGELOG.md)