I tried two seo plugins and I think there is a little problem with header.php
If i change to: <title><?php wp_title(''); ?></title> does not work perfect.
How can i fix that?
Titles problem (header.php)
6 posts from 2 voices-
Posted 2 years ago #
-
What do you mean with "it does not work perfect" ? As far as I can see your titles are displayed right.
Here you can find wp_title code samples/snippets: http://codex.wordpress.org/Function_Reference/wp_title
Posted 2 years ago # -
I mean | separator.That`s why i put ":" under seo option.
Posted 2 years ago # -
Hey,
you can use following code:<title><?php bloginfo('name'); ?> | <?php wp_title(); ?></title>Posted 2 years ago # -
Hi Peter,
vielen dank, es funktioniert jetzt viel besser.
Ich hoffe Kriesi check dieser code nochmal in header.phpPosted 2 years ago # -
Ich werde ihn darauf hinweisen :)
Posted 2 years ago #
Reply
You must log in to post.














