To solve the problem you must find and change:
function wp_title(' '){
}
This could be in the file you are looking at or any file that has been included or any file that has been included in the included files etc.
There are 2 simple workarounds that may work:
change the line to
or more simplyCode:<title><?php ltrim(wp_title(' ')); ?><?php if(wp_title(' ', false)) { echo ' - '; } ?><?php bloginfo('name'); ?></title>
BobHTML Code:<title>Affiliate Marketing - Lees Blog</title>
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks