Hi Andrii. I am happy to say I haven’t needed support in a long time since the theme is working well. I just installed the Yoast SEO plugin and have a problem. My site id (lj wood) is showing up twice in the browser tab (for example Home Page followed by the vertical separator followed by lj woodlj wood. I searched for this problem and apparently it is not uncommon. Below are the instructions I found but before I attempt them, I wanted to ask whether you have heard of this problem and have a recommended fix. The instructions I found are below. I found the place in Yoast settings to do the first part of the instructions (disable the force rewrite titles) but am not so sure about the second part. Can you please advise? Thank you!
Instructions:
There are two parts to this fix. The first part is simple: log into WordPress and go to the Yoast plugin options. It should be labeled ‘SEO’ on the menu bar. Go to ‘Titles & Metas’ and under the ‘General’ tab you should see an options for ‘Enable force rewrite titles.’ Make sure this is unchecked.
The second part requires you to have access to edit the header.php file, either in the WordPress editor or any other file editor you have access to. You will need to replace the contents of the <title> tag. The default code in this section will look different from one theme to the next, but the fix is the same no matter what.
Replace everything in between the <title>…</title> with this snippet of code.
<title><?php wp_title(”); ?></title>