Hi there Hope you can advice, I am trying to find an option in setting to change the site title on the bookmark (tag) that represents each page in the browser. At the moment, for our website. http://aromafoodgroup.com/, if I hover over the tag, our site title is displayed twice Aroma Food (UK) Ltd / Aroma Food (UK) Ltd / I have played with the settings of the page but I can't figure out where to remove one part of the description so it only appears singularly on the page. Can you please advice? Many thanks Anna
Hello, This issue is occurring because of "Yoast WordPress SEO plugin" you are using. So go to the header.php present in your theme directory and replace code highlighted in the image with the code given below. Code: <?php wp_title(''); ?> This will solve your issue.
thanks you and sorry in advance but I am finding it hard to find the header.php present in your theme directory, can you please be more specific where that is? Thank you Anna
Hello, You can edit header.php file through FTP. Open your Theme directory (through FTP) > header.php Download header.php file from there, Edit it, Then again upload it. Thanks & Regards Gourav Shrivastava