Betheme with YOAST Seo - Title tag
Hi,
on my website, the name of the site is added to the title as wanted but not with a space in between.
Yoast Support is saying, that my theme (Betheme) would not support the title tag as requested by wordpress by version 4.1
https://codex.wordpress.org/Title_Tag
The thing is, I want to have a solution for this and not be forwarded from one site to another and backwards again.
Currently I think you are responsible for this issue.
What do you suggest to do to solve this problem?
on my website, the name of the site is added to the title as wanted but not with a space in between.
Yoast Support is saying, that my theme (Betheme) would not support the title tag as requested by wordpress by version 4.1
https://codex.wordpress.org/Title_Tag
The thing is, I want to have a solution for this and not be forwarded from one site to another and backwards again.
Currently I think you are responsible for this issue.
What do you suggest to do to solve this problem?
Comments
that is very interesting what you say. If you are sure that we are responsible for this issue, then maybe you will explain how can we be responsible for the Title which is default WP's field (we mean Site Title which is located under Settings > General section because we are pretty sure this is the tag you probably mean).
If your theme is compatible with WordPress 4.1 and newer, it should declare
theme support for the
title-tag
. We know your theme does not declare support for thistag because you have the "Force rewrite titles" option which is only
visible when your theme doesn't support this tag. Since you've already tried
the 'Force rewrite titles' option, the next step is to either switch to a
default theme like Twenty Sixteen or replace the title code in your theme (the
entire circled portion in the provided screenshot) with the following title
call: <title><?php wp_title(''); ?></title>
The issue IS a problem of Betheme.