• This isn’t really a problem. It’s just something odd I noticed and it’s driving me nuts.

    I removed the wp_title function from my site, and it’s still rendering the title and site description separated by a pipe character. I removed the additional code in my functions.php file pertaining to this. But it’s still there! I’ve looked over my dashboard for anything that might be controlling this, but I don’t see anything. I have downloaded a fair amount of test data content for the site. But I don’t think that would do it.

    Someone help me before I’m in a white coat with my arms fastened behind my back.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Maybe you could only head to the header.php, find <title> and add your own function or plain text rather than the function/callback found there.

    Just saying..

    Thread Starter bgoldman

    (@bgoldman)

    No, that’s my point. I removed the title call from the header. I also removed all functions pertaining to wp_title in my functions page. Still, the title is appearing. I’m trying to find out what’s calling it in.

    Are you using a SEO or social plugin? If there is no <title><title> then something is adding it to the wp_head() output and it is not WordPress’s core.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘This is odd’ is closed to new replies.