=== Plugin Name ===
Contributors: Alex Zhang
Donate link: 
Tags: post, template
Requires at least: 2.6
Tested up to: 2.8
Stable tag: 1.0

Select post template.

== Description ==

Select post template. As long as the template directory established according to the format templates, will be listed in the post applicable template for your choice

== Installation ==

1. Upload `post-template.php` to your `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Create your own templates. 
   Format:
	<?php
	/**
	 * Post Template Name: Post Template Name
	 */
	  // Some code ...
	?>

== Changes ==
= 1.0.0 =
* Released on WordPress.org 

