=== Title Remover === Contributors: wpgurus Tags: title, page title, post title, hide title, remove title, metaboxes, title remover Donate link: http://wpgurus.net/title-remover/ Requires at least: 2.5 Tested up to: 5.2.1 Stable tag: 1.2.1 License: License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Gives you the ability to hide the title of any post, page or custom post type item without affecting menus or titles in the admin area. == Description == **Important:** This plugin works with every theme that uses the recommended WP function for displaying the title. For other themes, that display the title using a lesser know method, it might not work. This plugin adds a simple metabox beside the post creation form in the WordPress admin interface, allowing you to toggle the visibility of the title. Unlike some of the other similar plugins available in the WordPress repository, it completely removes the title instead of just hiding with CSS or JavaScript. Some advantages of using this plugin: **Does not affect menus or the admin area:** Before removing the title it checks to make sure that the front-end is being displayed and the current point is within the loop. In other words it has no effect on menus or post tables in the admin area. **Works with all post types:** To hide the title you just have to use a checkbox on the post creation form. This checkbox is displayed in the form of a metabox for all post types. == Installation == 1. Use Wordpress' plugin interface to find and install the plugin. 2. Start editing the post or page whose title you want to hide. 3. Among the boxes on the right side you will find one titled 'Hide Title?'. Click on the checkbox. 4. Save changes. == Changelog == = 1.2.1 = * Made plugin strings translatable * Fixed typos in code = 1.2 = * Fixed the warnings that are displayed on some websites. = 1.1 = * Compatibility check with WP 4.9 * Added new graphics for WP.org = 1.0 = * Initial release