=== Custom Templates ===
Contributors: johnnypea, webikon
Tags: template, templates, content, customize, editor
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZQDNE7TP3XT36
Requires at least: 4.4
Tested up to: 4.7.2
Stable tag: 1.2.1
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Custom post content templates based on post types.

== Description ==
The plugin allows you to create custom templates and modify content output for single post pages in particular post type.

**Shortcodes**

* **[tmpl_field name=**ANY_POST_PROPERTY**]**

Post properties:
`
ID
post_author
post_date
post_date_gmt
post_content
post_title
post_excerpt
post_status
comment_status
ping_status
post_password
post_name
to_ping
pinged
post_modified
post_modified_gmt
post_content_filtered
post_parent
guid
menu_order
post_type
post_mime_type
comment_count
filter
`

* **[tmpl_field name=cf_**ANY_CUSTOM_FIELD**]**

e.g. `[tmpl_field name=cf_my_custom_field]`

* **[tmpl_field name=tax_**ANY_TAXONOMY_SLUG**]**

e.g. `[tmpl_field name=tax_post_tag]`

== Installation ==
1. Install.
2. Activate.

== Frequently Asked Questions ==
= Can I email you with the support questions ? =

No. Please use integrated forum support system.

= Do you provide some extra *premium* customization ? =

Yes. You can email me in this case.

== Changelog ==
= 1.2.1 =
* Fixed comments on/off malfunction.

= 1.2.0 =
* Added options to turn comments on/off.

= 1.1.1 =
* Fixes title filter templating.

= 1.1.0 =
* Added support for taxonomies in shortcode.
* Added support for SEO keywords.
* Fixes various PHP warnings.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==
= 1.2.0 =
* Added options to turn comments on/off.
