thanks,
but,
my blog title is “Funny cats”, and my Title tag is “All about the cats” so it’s different.
I wold like to change Title tag manually, but i dont know so well hot to do it. So please help me:
In my header.php, the title looks like that. So where i need to put “Cats – photos, informations, funny videos” title?
<title>
<?php wp_title(”); ?>
<?php if(wp_title(”, false)) { echo ‘ :’; } ?>
<?php bloginfo(‘name’); ?>
</title>
thanks.