Found Image Toggle The Title | Plugin Review Network Skip to Content

Plugin Review Network

Plugin Review Network

an eye on the best wordpress plugins
Show Sidebar Hide Sidebar
[+] Sidebar [-] Sidebar
Plugin:
Rated:
94%
4.7 Stars (32 votes)

Home

WP.Org

ReadMe

Support
  • Author:
    Avner Komarow
Version: 1.4
Requires: WP 3.0
Last Updated:4260 days ago
Downloads:66865
Installations: 10,000+
Tags:
    hide, remove, simple, title, titles, toggle, wp
Download Plugin Package

Toggle The Title

Released on January 21, 2013.
Download Plugin Package

Version: 1.4

A plugin that will allow to actually remove (not just hide) page titles per page.

  • Description
  • FAQ
  • Changelog
  • Installation
  • Screenshots


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.

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 from the dom

You could do something like this:

1) Add this function to your functions.php file on you current theme

'function return_page_title_html_block($post) { $is_page_title_active = get_post_meta($post->ID, $key = 'toggle_page_title', $single = true); if($is_page_title_active == '' || $is_page_title_active) return '

' . $post->post_title . '

'; return ' '; }'

(without the tick marks of course)

2) In your page.php file replace the title with the h1 tags to a call to echoing out the above function - print return_page_title_html_block($post);

1.4

  • fixed Warning: \"Missing argument 2 for TitleToggler_hide_title()\" http://wordpress.org/support/topic/hello-great-plugin-but-im-getting-an-error-msg-below

1.3

  • added a new feature to turn off all page titles

1.2

  • fixed menu items disappeared when toggling the title

1.1

  • fixed link to the \"developer web site\" (thanks Charles Anders for pointing it out)
  • fixed plugin conflict with Q and A FAQ (thanks murokoma - http://wordpress.org/support/topic/not-seeing-questions-plugin-conflict-with-toggle-the-title)

1.0

-- Init --


  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)


The page edit screen.
Screenshot 1


The options screen.
Screenshot 2



 

Click here to cancel reply.

Click here to cancel reply.


*

*


Please copy the string G2GTYl to the field below:

Home | Sitemap | Contact
Network Skin Theme for BioShip by WordQuest
Password Reset
Please enter your e-mail address. You will receive a new password via e-mail.