This plugin allows you to add and edit a Heading for your Posts, Pages and Custom Post Types, different from the Title (which is used in the navigatio
No. You do not have to change anything. Simply unzip, upload and activate the plugin.
The default Title will be printed unless you add your custom heading
Again, the default Posts'/Pages' Titles will be printed
Yes. In that case you have to change your theme templates:
<!-- this will print your original Title: -->
<h2><?php remove_filter('the_title','wptitle2_the_title',999); the_title(); ?></h2>
<!-- this will print WP Title 2 Heading: -->
<h3><?php add_filter('the_title','wptitle2_the_title',999); the_title(); ?></h3>
Have you got any special characters in your Heading? Try disabling HTML in WP Title 2 Heading field (this can be done in Options -> WP Title 2). If you prefer using HTML tags in the Heading field, enable HTML in plugin's options, but remember to properly encode all special characters (e.g. & => & , " => ")
Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-8-6
Downloads: 25,613




