Of course. That´s the first thing I did when having the problem.
Changing to
<title><?php wp_title(”); ?></title>
does not solve it. So I think it has something to do with other plugins or the udesign theme.
For now I´ll have to go with:
<title><?php wp_title(‘true’,’right’); ?> | <?php bloginfo(‘name’); ?></title>
Thanks anyway!
Hi jrf,
thanks for your answer!
I tried sooo much, but nothing worked. Next I´ll check if a plugin is causing the problem.
My solution for now is:
1.) uncheck force rewrites
2.) replace the <title> with:
<title><?php wp_title(‘true’,’right’); ?> | <?php bloginfo(‘name’); ?></title>
Even the codes in the http://codex.wordpress.org/Function_Reference/wp_title did not work here :-/
Is the code:
<title><?php wp_title(‘true’,’right’); ?> | <?php bloginfo(‘name’); ?></title>
all right? Are there any negative side effects to the yoast plugin?
Thanks in advance!
manuel