How to fix double title seperator
-
Dear Sir,
I recently installed your plugin. Great! I have the following issue.
I decided to use ‘document title separator as ?
This was save in the backend setting in plugin
Then I checked the output. I can see two title separators as follows:
??? ???? ??? ???????? (Red Light and Sperm) ? : ??????? …
I realized that The : (colon) is coming from a code in the header.php in the theme from this code.
<title><?php wp_title(‘ ‘); ?> <?php if(wp_title(‘ ‘, false)) { echo ‘ : ‘; } ?><?php bloginfo(‘name’); ?></title>
What should I do now. I want a setting that if the title separator is defined via seo framework, the default separator from theme dont show up. And if seo framework is not installed, it is define via code in header.php of theme.
Sorry for long post. Hope I could explain properly.
You can see the double title separator live here:
https://vigyaan.org/article/106/
I wait for your reply. Regard
- The topic ‘How to fix double title seperator’ is closed to new replies.