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. & => & , " => ")




