=== Toggle The Title === Contributors: avner.komarow Donate link: Tags: title, hide, remove, simple, wp, titles, toggle Requires at least: 3.0 Tested up to: 3.6.1 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin that will allow to actually remove (not just hide) page titles per page. == Description == A plugin that will allow removing page titles per page. Only intended for pages (IE: no posts / other custom post types). Note: this plugin dose not simply hiding the title via css, it actually removes it which is much better seo wise. == Installation == 1. Upload and extract ` toggle-the-title.zip` to the `/wp-content/plugins/ toggle-the-title` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. go and edit any page you like - and you will find a check box (default is showing the title) 4. You can enable auto-save in the setting menu (IE: toggling the title will automatically save the page) == Frequently asked questions == = menu items disappeared when toggling = update to 1.2 or higher. = it does not remove the title = you need to use the_title() or wp_title() or $post_id->post_title and so on just as long that you are getting the title via wp internal functions = i would like to totally remove the