Dear Inkthemes Team, Can you please confirm how I can fix meta titles that are not appearing corrently on the infoway theme. I have attached a screen shot which shows they way I am getting some repetition in the meta titles. Is there a way to amend the title code in the header file to fix this? Thanks in advance for your help. Pat.
Hello, Generally this issue is occurring because of "Yoast WordPress SEO plugin" if you are using. So go to header.php present in your theme directory and replace code highlighted in the image with the code given below. Code: <?php wp_title(''); ?>