=== Plugin Name === Contributors: NerdCow Tags: page, title, internal, management, organisation, content Requires at least: 4.4 Tested up to: 4.9.8 Stable tag: 1.0 Version: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds the internal page title for organisation use. == Description == The plugin adds an additional field below the page title on the page edit screen. The value from that field acts as an internal page title that is only visible to back-end users. Thanks to this you can have a user-friendly page title for your website visitors while keeping a separate page title that is obvious to your editors and administrators. For example, you could have a form submission thank you page with a public title that reads "We look forward to speaking with you", but keep an internal one that says "Contact us - thank you page" without affecting what front-end users see. == Installation == **Minimum requirements** * WordPress 4.4 * PHP version 5.4 There are two ways to install Internal Page Title ### via WordPress plugin upload - automated Navigate to Plugins > Upload New Plugin and upload the zip file you have downloaded. Voilla! ### via FTP client - manual 1. Unzip the zip file you have downloaded 1. Upload unzipped folder `internal-page-title` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == Feel free to talk reach out to us through [our website](https://nerdcow.co.uk) == Screenshots == 1. The internal page title field below the main page title. 2. The view from the list page after the internal page has been applied. == Changelog == = 1.0 - 08/10/2018 = * First release