=== Plugin Name === Contributors: hogetan Tags: page, develop Requires at least: 4.2 Tested up to: 4.2 Stable tag: 4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == * Add *Virtual* WordPress 'page' from php template file automatically * Not needed to add 'page' from admin panel The page-templates would be located at 'themes/your-theme/page-foobar.php' then the page will be created as 'http://www.example.com/foobar/' without admin panel. == Installation == Just add this plugins. == Screenshots == 1. Virtual page would be made. 2. Just make a page-foobar.php at your themes/pages directory. == Changelog == = Version 0.0.1 = * Upgraded: Added template list table at the setting page. = Version 0.0.0.1 = * Plugin is born.