Title: Another title bar problem
Last modified: August 22, 2016

---

# Another title bar problem

 *  [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/)
 * On the homepage here is the Title
 * “Branson condos and Branson resorts for nightly rental on Table Rock Lake”
 * Now, simply roll your mouse over any of the tabs – doesn’t matter which one and
   they will all come up with the same as above.
 * Here is an example. Click on Helpful Information. If you are in IE roll your 
   mouse over the tab. You will see exactly this:
 * “Branson condos and Branson resorts for nightly rental on Table Rock Lake”
 * Same is true if you do it with Chrome and I would guess Firefox.
 * I have made the change to the AIOT plugin page to only show the %page_title% 
   but that didn’t help either.
 * Thanks, Mike
 * [https://wordpress.org/plugins/all-in-one-seo-pack/](https://wordpress.org/plugins/all-in-one-seo-pack/)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/another-title-bar-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/another-title-bar-problem/page/2/?output_format=md)

 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818134)
 * Hi Mike,
 * Can you provide the URL for the site.
 * Make sure you have set the title for the homepage by going to All in One SEO,
   General Settings, Home Page Settings ([http://semperplugins.com/documentation/home-page-settings/](http://semperplugins.com/documentation/home-page-settings/)).
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818203)
 * The URL is [http://huntersfriendresort.com/](http://huntersfriendresort.com/)
 * I am looking into your suggestions.
 * Thanks, Mike
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818204)
 * BTW I think you are missing part of my issue. The title for the homepage is not
   the issue. The issue is that the homepage title is on every page I have, whether
   it is for Silver Dollar City, General Information, Rooms and Rates, etc. All 
   pages have the same title for the page “Branson Condos and Branson Resorts…..”
 * I want to get each of them to be unique.
 * Thanks, Mike
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818214)
 * Hi Mike,
 * It looks like there is something wrong with the code in your theme and that’s
   what the same title is being output on every page. Check the header.php file 
   in your theme and make sure that wp_head() and wp_title() are both declared only
   once and are declared correctly. Compare the code to the same code found in the
   Twenty Fifteen theme to see how it should look.
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818216)
 * Hello again,
 * Okay, I went through the header.php and came across this
 * <?wp_head();?>
 * I don’t have a wp_title at all.
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818217)
 * You’ll need to add wp_title(), its a required hook in WordPress – [http://codex.wordpress.org/Function_Reference/wp_title](http://codex.wordpress.org/Function_Reference/wp_title)
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818219)
 * Soooo… don’t suppose you have a preference where I should add this do you? Also,
   what about the interior pages?
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818220)
 * You should add this in the header.php file of your theme below the opening HEAD
   tag.
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818221)
 * So I added as your instruction (I pretty much guessed as much it’s location) 
   made a change to a page and still got this.
 * **Branson Condos and Branson Resorts for nightly rent by Table Rock Lake**
    [http://huntersfriendresort.com/information/](http://huntersfriendresort.com/information/)
   When you are on vacation you are not on your own. Let Hunter’s Friend help guide
   you to the same locations the locals use for their gas, groceries and…
 * I can’t seem to shake the title replicating for every single page
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818222)
 * This is probably your theme overriding the Title tag we output. It looks like
   your theme has some SEO features built in, I see additional duplicate SEO meta
   in the source code of your site that is probably coming from the theme.
 * Try these settings and see if they help –
 * [http://semperplugins.com/documentation/performance-settings/#force-rewrites](http://semperplugins.com/documentation/performance-settings/#force-rewrites)–
   Set this to Enabled
    [http://semperplugins.com/documentation/general-settings/#use-original-title](http://semperplugins.com/documentation/general-settings/#use-original-title)–
   Set this to Disabled
 * If that doesn’t work then contact the developer of the theme and ask them if 
   they have any SEO in the theme and if it can be disabled/removed. Also ask them
   if they are using Output Buffering and if that can be disabled/removed.
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818223)
 * The developer went out of business probably 4 years ago and is no longer available,
   so that is a scratch….
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818224)
 * Did you try those two settings?
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818225)
 * Yes I did. Unfortunately same issue.
 * BTW, I had to take wp_title back out as it was completely throwing off my pages
   with double placement of graphics and so on. Not sure what that was about but
   once I removed it, it went back to the same as before.
 *  Plugin Support [Steve M](https://wordpress.org/support/users/wpsmort/)
 * (@wpsmort)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818226)
 * I think it’s safe to say this is a theme issue. I would guess that if you switched
   the theme to Twenty Fifteen and checked then All in One SEO Pack would be working
   fine.
 * wp_title() is an essential hook that should be in the header.php of any WordPress
   theme. This is the hook that All in One SEO Pack and other plugins use to display
   the Title tag. Without it, our plugin and other can’t output a Title tag. The
   fact that adding this hook into your theme breaks your site is a problem, and
   as there is no support for the theme any more I think you’re stuck with the fact
   that All in One SEO Pack can’t output the Title tag.
 * If you’d like to send me your WordPress administrator login via the contact form
   here [http://semperplugins.com/contact/](http://semperplugins.com/contact/) then
   we can take a closer look and see if there is a workaround.
 *  Thread Starter [Blitzburgh](https://wordpress.org/support/users/blitzburgh/)
 * (@blitzburgh)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/#post-5818227)
 * Thanks – I just sent it over to you.
 * Also have TeamViewer as an option if necessary.
 * Fun to have a hard problem isn’t it?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/another-title-bar-problem/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/another-title-bar-problem/page/2/?output_format=md)

The topic ‘Another title bar problem’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-seo-pack/assets/icon.svg?rev=2443290)
 * [All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)](https://wordpress.org/plugins/all-in-one-seo-pack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-seo-pack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-seo-pack/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-seo-pack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-seo-pack/reviews/)

## Tags

 * [title](https://wordpress.org/support/topic-tag/title/)

 * 20 replies
 * 3 participants
 * Last reply from: [Steve M](https://wordpress.org/support/users/wpsmort/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/another-title-bar-problem/page/2/#post-5818242)
 * Status: not resolved