=== Plugin Name ===
Contributors: wordpress-monsters
Tags: template, layout, customization
Requires at least: 3.1.0
Tested up to: 4.8
Stable tag: 1.1.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This is a temlate manager plugin for easy WordPress development from scratch when you are use Page Builders plugins.

== Description ==

You can create templates (layout) for your pages to add some blocks of content before/after general content.

Also you can assign your template to custom post type(archive or single), taxonomies, 404 and search results pages, this options can be found in Templates->Settings menu in admin console.

You should use

    [wpm-template-content]

shortcode in this templates to separate content.

Watch how to use Template Manager plugin in this cute short video:

https://www.youtube.com/watch?v=jY2T-ZuUfSE

== Installation ==

1. Upload the wpm-template-manager folder to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Use the Templates->Add New to create your custom template.
4. Go to your Pages->All Pages and Edit the page you want to customize. Select template in WPM Template Manager meta box and Update the page.
5. In Templates->Settings menu you also can assign your templates to custom post type (archive or single), taxonomies, 404 and search results pages.

== Screenshots ==

1. Settings menu.
2. Sample template.
3. Template selection on Edit page screen.
4. Result of applying template to page.

== Changelog ==

= 1.1.0 =
* Added default template content for easy template creation
* Added labels and notices for template post type

= 1.0.0 =
* First release

== Upgrade Notice ==

= 1.1.0 =
Improved user experience