I think the Title2 filtering of the_title() is causing menu items to have their value of the_title overwritten by the current page when the Title2 heading happens to match the current page.
It affect my sub sub menu linking. what ever page title given, are display in sub sub menu for submenu i have remove below line which is working accuratly for me but for sub sub menu it create a problem. Please guide me on the same.
Please find below url for your reference.
https://aimpl.com/approval/sw-website/offerings/mep-services/electrical/clients/
THANKS…
]]>Hello,
sorry for my bad english.
I installed WP title 2 but the problem is that in the blog page, the title 2 replaces my main title …. then I’d have two titles (first my main title and after my subtitle). Anyone know which file should I edit and do?
thank you in advance
The second title is not useful layout in admin page. You can’t edit title 2 on the post edit page
]]>This adds a second input under the title input. The second one breaks the UI by stretching across the entire page and pushing the edit box down a lot.
]]>The regular WordPress title field in the post window overlaps with the second title field that this plugin creates.
]]>Hi,
Does anyone know why this had happened or have a fix ?
Thanks
]]>Thank you for this plugin. It works great and we have it active on many of our sites.
I did notice some errors though in debug mode and have resolved(?) them with the following two edits:
Plugin version: 3.6
File: wp-title-2.php
Line: 67
I’ve wrapped the if statement:
if ($_POST['action']=='update_wp_title_2')
with this if statement:
if (isset($_POST['action']))
which solves an undefined index issue.
Line: 93
I’ve changed this line:
load_plugin_textdomain('wp_title_2', PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/lang');
to:
load_plugin_textdomain('wp_title_2', false, dirname(plugin_basename(__FILE__)).'/lang/');
since $abs_rel_path has been deprecated and is no longer functional(?)
Please correct me if I’m mistaken.
]]>I simply want to be able to disable titles without losing them in the browser’s tabs bar. I’m using a spacebar to remove header, is there an alternative way to remove individual headers with a plugin instead of hacking the code? Would love to be able to offer an interface for clients to pick and choose which titles to display on pages. Great plugin, hope this function is available or maybe even has a checkbox in the future. Would give it 5 stars immediately!
]]>Exactly where do I change the theme templates (what php file?) to display a subtitle on my page?
]]>I used this plugin previously but since upgrading to WP 3 it’s causing my backend to be all garbled. When I go to make a new post it causes a lot of the settings to be covered up, and causes issues on some other backend screens as well.
]]>I think the Title2 filtering of the_title() is causing menu items to have their value of the_title overwritten by the current page when the Title2 heading happens to match the current page.
Example:
I have a WP nav menu with a menu element linking to a page with the WordPress title “Contact”.
If I create a new page, and set the WordPress title to “TEST” and the Title2 title to be “Contact”, then navigate to that page – the menu item above will display TEST and not “Contact”!
It seems that when WP is doing apply_filter for displaying the menu, if it finds the current page has a matching Title2 title, it using THAT WordPress title for the menu item.
]]>It worked well for a while but then it just stopped working. I’m building a new website. I made a new post and after I posted it somehow all the posts got the same title. Now all posts have the title of my last post.
I’m using this code in single.php to show the title and subtitle:
<h1 class="main"><?php remove_filter('the_title','wptitle2_the_title',999); the_title(); ?></h1>
<h2 class="sub"><?php add_filter('the_title','wptitle2_the_title',999); the_title(); ?></h2>
I can’t figure out what’s wrong.
]]>Hi
I have forked this plugin to a new version (to support my specially needed customization) which supports heading and sub heading.I added an additional title field which makes it two titles in addition to the original wordpress post/page title.
It works fine except that when I enable the plugin and go to page/post editing screen, it disables the rich text editor (VISUAL) and only HTML view is enabled in the post/page editor.
Should I share the link to my fork, so somebody can have a look? I know it can be something very small which unfortunately, I am not able to fix.
Regards,
Fahd Murtaza
Studio Press Genesis Theme has built in SEO meta title, description and keywords fields in a page or post. When I enter different Header, it conflicts with the custom meta title and corrupts it. I can use one or the other but not both.
]]>Hi,
Your plugin is very useful, thanks. Here is a small bug discovered in WordPress 3.0 french version.
French language often uses quotes (‘). When we use titles with quotes inside, WP Title 2 replaces the standard menu with the heading text. This only occurs in main pages (parent pages), ont in sub-pages.
Regards.
]]>