X Theme Header File: where is <title><?php wp_title ... ?></title>

In X Theme Pro header file all I see is this:

<?php // ============================================================================= // HEADER.PHP // ----------------------------------------------------------------------------- // The site header. // ============================================================================= do_action( 'cs_header' ); -------------------- What I'm Looking for is this: `<?php wp_title ... ?>`

I want to remove that but I don’t see it. I read elsewhere that it should be in header.php.

I want to add this to the child functions:
add_theme_support( ‘title-tag’ ); // Enable automatic title tags

I know how to do that. I have a child theme functions.php.

But, I need to remove that line:
<title><?php wp_title ... ?></title>

But, I don’t see it anywhere in the theme files.

Thank you

Hi @ShermanPotter,

The mentioned method is not used, and the theme support for title tag is already added to the Theme.

Thanks

Tristup, thank you.
What’s the full path to that file? I just wanted to look at it out of curiosity.

So, I see the search results ignoring my “title-tag” and using the wp_title instead. If the wp_title, as you’re saying, isn’t coming from X Theme then I guess it has something to do with general-template .php.

So, I imagine that’s outside of the scope of your support. It’s just hard to understand why the search results won’t use my Yoast title-tag title and insist on using the wp_title.

Hey @ShermanPotter,

Yes, this kind of query is outside the scope of our theme support. If you want us to help you with customization, you may try subscribing to our One services.

Hope that helps.

That link you provided seems interesting and something I’d consider.

Hey @ShermanPotter,

Yes, we have a lot of customers subscribing to One or One Total Care services. You can check this article for more information.

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.